mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
small hotfix
This commit is contained in:
parent
44e7c80f43
commit
b6c7ece995
@ -24,6 +24,7 @@ fun List<TextSource>.parseCommandsWithParams(
|
|||||||
emptyArray()
|
emptyArray()
|
||||||
}
|
}
|
||||||
currentArgs = ""
|
currentArgs = ""
|
||||||
|
currentBotCommandSource = null
|
||||||
}
|
}
|
||||||
for (textSource in this) {
|
for (textSource in this) {
|
||||||
if (textSource is BotCommandTextSource) {
|
if (textSource is BotCommandTextSource) {
|
||||||
|
Loading…
Reference in New Issue
Block a user