Fixed typo

This commit is contained in:
Lucas Gabriel 2024-10-24 00:35:04 -03:00
parent 2c1ef7c605
commit 00436438e7
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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
});