mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-31 05:09:15 +08:00
Fix BotJoinGroupEvent.Retrieve.toString() (#606)
This commit is contained in:
parent
5d5fa301cc
commit
ae6d6a8f9c
@ -142,7 +142,7 @@ public sealed class BotJoinGroupEvent : GroupEvent, BotPassiveEvent, Packet, Abs
|
||||
public data class Retrieve internal constructor(
|
||||
public override val group: Group
|
||||
) : BotJoinGroupEvent() {
|
||||
override fun toString(): String = "MemberJoinEvent.Retrieve(group=${group.id})"
|
||||
override fun toString(): String = "BotJoinGroupEvent.Retrieve(group=${group.id})"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user