Shamrock: fix group ban user_id error

This commit is contained in:
ikechan8370 2023-11-28 17:33:33 +08:00
parent 85aaa54e4e
commit 9d893b481d

View File

@ -298,7 +298,7 @@ internal object GlobalEventTransmitter: BaseSvc() {
type = NoticeType.GroupBan, type = NoticeType.GroupBan,
subType = if (duration == 0) NoticeSubType.LiftBan else NoticeSubType.Ban, subType = if (duration == 0) NoticeSubType.LiftBan else NoticeSubType.Ban,
operatorId = operation, operatorId = operation,
userId = operation, userId = target,
senderId = operation, senderId = operation,
target = target, target = target,
groupId = groupCode, groupId = groupCode,