Fixed /mlp

This commit is contained in:
Lucas Gabriel 2025-02-08 00:19:28 -03:00
parent d4dfe160e1
commit db1eba2346
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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