fix: fix params

This commit is contained in:
Aidan 2025-05-02 20:16:36 -04:00
parent 87c987c16d
commit 404a801c61

View File

@ -105,9 +105,9 @@ export default (bot: Telegraf<Context>) => {
case (userInput === "3" || userInput === "sticker"): case (userInput === "3" || userInput === "sticker"):
ctx.replyWithSticker( ctx.replyWithSticker(
Resources.soggyCatSticker, { Resources.soggyCatSticker,
// ...({ reply_to_message_id }) // to-do: fix this reply_to_message_id ? { reply_parameters: { message_id: reply_to_message_id } } : undefined
}); );
break; break;
case (userInput === "4" || userInput === "alt"): case (userInput === "4" || userInput === "alt"):