1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00

small hotfix

This commit is contained in:
InsanusMokrassar 2021-04-29 15:09:45 +06:00
parent 44e7c80f43
commit b6c7ece995

View File

@ -24,6 +24,7 @@ fun List<TextSource>.parseCommandsWithParams(
emptyArray()
}
currentArgs = ""
currentBotCommandSource = null
}
for (textSource in this) {
if (textSource is BotCommandTextSource) {