Soggy cat alt photo
This commit is contained in:
parent
491a11ac85
commit
677586e864
4 changed files with 12 additions and 2 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue