mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 15:19:30 +00:00
small hotfix
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user