Put cat emoji after link

This commit is contained in:
Lucas Gabriel 2024-10-03 22:31:07 -03:00
parent 9348136b6a
commit 7952f9c32b
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

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