mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
Fixed /mlp
This commit is contained in:
parent
d4dfe160e1
commit
db1eba2346
@ -12,7 +12,7 @@ module.exports = (bot) => {
|
|||||||
bot.command("mlp", spamwatchMiddleware, async (ctx) => {
|
bot.command("mlp", spamwatchMiddleware, async (ctx) => {
|
||||||
const Strings = getStrings(ctx.from.language_code);
|
const Strings = getStrings(ctx.from.language_code);
|
||||||
|
|
||||||
ctx.reply(Strings.myLittlePonyDesc, {
|
ctx.reply(Strings.ponyApi.helpDesc, {
|
||||||
parse_mode: 'Markdown',
|
parse_mode: 'Markdown',
|
||||||
disable_web_page_preview: true,
|
disable_web_page_preview: true,
|
||||||
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