Soggy cat alt photo

This commit is contained in:
Lucas Gabriel 2024-09-26 17:31:38 -03:00
parent 491a11ac85
commit 677586e864
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 12 additions and 2 deletions

View file

@ -117,6 +117,15 @@ module.exports = (bot) => {
});
break;
case (userInput === "4" || userInput === "alt"):
ctx.replyWithPhoto(
resources.soggyCatAlt, {
caption: resources.soggyCatAlt,
parse_mode: 'Markdown',
reply_to_message_id: ctx.message.message_id
});
break;
default:
ctx.replyWithPhoto(
resources.soggyCat, {