mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Put cat emoji after link
This commit is contained in:
parent
9348136b6a
commit
7952f9c32b
@ -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…
x
Reference in New Issue
Block a user