Fixed /mlp
This commit is contained in:
parent
d4dfe160e1
commit
db1eba2346
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue