Put cat emoji after link

This commit is contained in:
Lucas Gabriel 2024-10-03 22:31:07 -03:00 committed by GiovaniFZ
parent b99b19cabc
commit 4f8c715350
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -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
});