Update WaitCommandsMessages.kt

This commit is contained in:
InsanusMokrassar 2022-08-25 02:02:45 +06:00 committed by GitHub
parent 05112afe0c
commit 8d7563b6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fun Flow<CommonMessage<TextContent>>.requireSingleCommand() = filter {
}
}
true
count == 1
}
/**