Removed API request link from response on cat.js and fixed misplaced string

This commit is contained in:
Lucas Gabriel 2024-10-13 23:14:45 -03:00
parent f9d6117752
commit aed36a1e9b
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ module.exports = (bot) => {
try {
await ctx.replyWithAnimation(apiUrl, {
caption: `🐱 ${apiUrl}`,
caption: `🐱`,
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: `🐱`,
parse_mode: 'Markdown',
reply_to_message_id: ctx.message.message_id
});