1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00

Update docs

This commit is contained in:
Him188 2021-01-11 18:06:59 +08:00
parent 8445048df4
commit 3e68f4f95e

View File

@ -248,7 +248,7 @@ public open class EventChannel<out BaseEvent : Event> @JvmOverloads internal con
// region subscribe
/**
* 在指定的 [协程作用域][CoroutineScope] 创建一个事件监听器, 监听所有 [E] 及其子类事件.
* 创建一个事件监听器, 监听事件通道中所有 [E] 及其子类事件.
*
* 每当 [事件广播][Event.broadcast] , [handler] 都会被执行.
*