Put cat emoji after link
This commit is contained in:
parent
b99b19cabc
commit
4f8c715350
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue