From 081cb6e382aa26a25de90679408d871fe8c6f15a Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 28 Nov 2023 17:34:23 +0800 Subject: [PATCH] fix: group_ban event --- docs/event/notice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/event/notice.md b/docs/event/notice.md index 6caf37c..9e32cee 100644 --- a/docs/event/notice.md +++ b/docs/event/notice.md @@ -113,8 +113,8 @@ icon: bell | 字段 | 类型 | 说明 | | ----------- | ------ | -------------------- | | group_id | int64 | 群号 | -| user_id | int64 | 操作者 QQ | -| operator_id | int64 | 被禁言成员 QQ | +| user_id | int64 | 被禁言成员 QQ | +| operator_id | int64 | 操作者 QQ | | duration | int64 | 禁言时长(秒) | | sub_type | string | 子类型(ban/lift_ban) |