mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-04 08:09:33 +08:00
Fix docs on BotOfflineEvent.Force
This commit is contained in:
parent
dadff42718
commit
38d0b124f2
@ -43,7 +43,7 @@ public sealed class BotOfflineEvent : BotEvent, AbstractEvent() {
|
||||
*
|
||||
* 在调用 [Bot.close] 时, 如果 Bot 连接正常, 将会广播 [Active].
|
||||
*
|
||||
* 主动广播这个事件也可以让 [Bot] 离线.
|
||||
* 注意, 在 2.7 以前主动广播这个事件也可以让 [Bot] 离线, 而在 2.7-M1 起不会.
|
||||
*/
|
||||
public data class Active(
|
||||
public override val bot: Bot,
|
||||
|
Loading…
Reference in New Issue
Block a user