1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

fix build

This commit is contained in:
2021-10-02 00:52:29 +06:00
parent 6557e8af10
commit 702c1bc1ff
8 changed files with 3 additions and 9 deletions

View File

@@ -37,8 +37,8 @@ suspend fun telegramBotWithBehaviour(
builder
).apply {
buildBehaviour(
scope ?: CoroutineScope(coroutineContext),
flowsUpdatesFilter,
scope ?: CoroutineScope(coroutineContext),
defaultExceptionsHandler,
block
)