Removed API request link from response on cat.js and fixed misplaced string
This commit is contained in:
parent
f9d6117752
commit
aed36a1e9b
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue