small hotfix

This commit is contained in:
InsanusMokrassar 2021-04-29 15:09:45 +06:00
parent 44e7c80f43
commit b6c7ece995
1 changed files with 1 additions and 0 deletions

View File

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