1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 07:09:23 +00:00

Update README.md

This commit is contained in:
2021-02-11 13:35:06 +06:00
committed by GitHub
parent d882cf9c97
commit a5bba76f07

View File

@@ -51,8 +51,8 @@ suspend fun main() {
retrieveAccumulatedUpdates(
allowedUpdates,
asUpdatesReceiver
)
}.join()
).join()
}
}
```