From 00436438e7a8918419a76da7e0af3ec798ee6ec4 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Thu, 24 Oct 2024 00:35:04 -0300 Subject: [PATCH] Fixed typo --- commands/ponyapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ponyapi.js b/commands/ponyapi.js index 3a0977d..020d4eb 100644 --- a/commands/ponyapi.js +++ b/commands/ponyapi.js @@ -90,7 +90,7 @@ module.exports = (bot) => { const userInput = ctx.message.text.split(' ').slice(1).join(' '); if (!userInput) { - ctx.reply(Strings.ponyApiNoEpisodeName, { + ctx.reply(Strings.ponyApiNoEpisodeNum, { parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id });