1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 16:23:48 +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() emptyArray()
} }
currentArgs = "" currentArgs = ""
currentBotCommandSource = null
} }
for (textSource in this) { for (textSource in this) {
if (textSource is BotCommandTextSource) { if (textSource is BotCommandTextSource) {