Update BotEvents.kt

将注释: 机器人被邀请加入群 更改为: 一个账号请求加入群事件
This commit is contained in:
Anders 2020-04-11 13:37:02 +08:00 committed by GitHub
parent 751fa4b50e
commit 686d7577c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,7 +594,7 @@ data class NewFriendRequestEvent(
}
/**
* 机器人被邀请加入群
* 一个账号请求加入群事件
*/
@SinceMirai("0.35.0")
data class MemberJoinRequestEvent(
@ -650,4 +650,4 @@ data class MemberJoinRequestEvent(
runBlocking { bot.ignoreMemberJoinRequest(this@MemberJoinRequestEvent, blackList) }
}
// endregion 好友、群认证
// endregion 好友、群认证