Fixed typo
This commit is contained in:
parent
2c1ef7c605
commit
00436438e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue