diff --git a/commands/cat.js b/commands/cat.js index 184117a..cb28625 100644 --- a/commands/cat.js +++ b/commands/cat.js @@ -14,7 +14,7 @@ module.exports = (bot) => { try { await ctx.replyWithAnimation(apiUrl, { - caption: apiUrl, + caption: `🐱 ${apiUrl}`, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id }); @@ -30,7 +30,7 @@ module.exports = (bot) => { try { await ctx.replyWithPhoto(apiUrl, { - caption: apiUrl, + caption: `🐱 ${apiUrl}`, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id });