diff --git a/src/commands/animal.ts b/src/commands/animal.ts index 2b8352e..63cbb7b 100644 --- a/src/commands/animal.ts +++ b/src/commands/animal.ts @@ -105,9 +105,9 @@ export default (bot: Telegraf) => { case (userInput === "3" || userInput === "sticker"): ctx.replyWithSticker( - Resources.soggyCatSticker, { - // ...({ reply_to_message_id }) // to-do: fix this - }); + Resources.soggyCatSticker, + reply_to_message_id ? { reply_parameters: { message_id: reply_to_message_id } } : undefined + ); break; case (userInput === "4" || userInput === "alt"):