mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 21:23:55 +08:00
Update docs
This commit is contained in:
parent
8445048df4
commit
3e68f4f95e
@ -248,7 +248,7 @@ public open class EventChannel<out BaseEvent : Event> @JvmOverloads internal con
|
||||
// region subscribe
|
||||
|
||||
/**
|
||||
* 在指定的 [协程作用域][CoroutineScope] 下创建一个事件监听器, 监听所有 [E] 及其子类事件.
|
||||
* 创建一个事件监听器, 监听事件通道中所有 [E] 及其子类事件.
|
||||
*
|
||||
* 每当 [事件广播][Event.broadcast] 时, [handler] 都会被执行.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user