Fix doc on BotConfiguration.inheritCoroutineContext

This commit is contained in:
Him188 2021-05-01 10:54:21 +08:00
parent a8a448272d
commit 0dbb448cad

View File

@ -119,7 +119,7 @@ public open class BotConfiguration { // open for Java
* val bot = Bot() {
* inheritCoroutineContext()
* }
* bot.subscribe { ... }
* bot.eventChannel.subscribe { ... }
*
* // 主线程不会退出, 直到 Bot 离线.
* }