mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Fixed typo
This commit is contained in:
parent
2c1ef7c605
commit
00436438e7
@ -90,7 +90,7 @@ module.exports = (bot) => {
|
|||||||
const userInput = ctx.message.text.split(' ').slice(1).join(' ');
|
const userInput = ctx.message.text.split(' ').slice(1).join(' ');
|
||||||
|
|
||||||
if (!userInput) {
|
if (!userInput) {
|
||||||
ctx.reply(Strings.ponyApiNoEpisodeName, {
|
ctx.reply(Strings.ponyApiNoEpisodeNum, {
|
||||||
parse_mode: 'Markdown',
|
parse_mode: 'Markdown',
|
||||||
reply_to_message_id: ctx.message.message_id
|
reply_to_message_id: ctx.message.message_id
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user