mirror of
https://github.com/mamoe/mirai.git
synced 2025-05-06 05:52:33 +08:00
Update GroupNotificationProcessor.kt
This commit is contained in:
parent
f95b208ca8
commit
852a888aa5
@ -331,7 +331,7 @@ internal class GroupNotificationProcessor(
|
||||
return if (this == bot.id.toString()) {
|
||||
bot
|
||||
} else {
|
||||
this.findMember()?: this.findFriendOrStranger()
|
||||
this.findMember() ?: this.findFriendOrStranger()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user