Put cat emoji after link
This commit is contained in:
parent
9348136b6a
commit
7952f9c32b
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ module.exports = (bot) => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await ctx.replyWithAnimation(apiUrl, {
|
await ctx.replyWithAnimation(apiUrl, {
|
||||||
caption: apiUrl,
|
caption: `🐱 ${apiUrl}`,
|
||||||
parse_mode: 'Markdown',
|
parse_mode: 'Markdown',
|
||||||
reply_to_message_id: ctx.message.message_id
|
reply_to_message_id: ctx.message.message_id
|
||||||
});
|
});
|
||||||
|
@ -30,7 +30,7 @@ module.exports = (bot) => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await ctx.replyWithPhoto(apiUrl, {
|
await ctx.replyWithPhoto(apiUrl, {
|
||||||
caption: apiUrl,
|
caption: `🐱 ${apiUrl}`,
|
||||||
parse_mode: 'Markdown',
|
parse_mode: 'Markdown',
|
||||||
reply_to_message_id: ctx.message.message_id
|
reply_to_message_id: ctx.message.message_id
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue