From 8363ab07a78e71c97c672fe844721fdb143a98d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 20 Jul 2024 16:17:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E7=B2=BE=E5=8D=8E?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/onebot11/action/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/onebot11/action/index.ts b/src/onebot11/action/index.ts index 55181cf4..308d3536 100644 --- a/src/onebot11/action/index.ts +++ b/src/onebot11/action/index.ts @@ -70,6 +70,8 @@ import { SetSelfProfile } from './extends/SetSelfProfile'; import { shareGroupEx, sharePeer } from './extends/sharePeer'; import { CreateCollection } from './extends/CreateCollection'; import { SetLongNick } from './extends/SetLongNick'; +import DelEssenceMsg from './group/DelEssenceMsg'; +import SetEssenceMsg from './group/SetEssenceMsg'; export const actionHandlers = [ new RebootNormal(), @@ -147,7 +149,9 @@ export const actionHandlers = [ new GoCQHTTPGetForwardMsgAction(), new GetFriendMsgHistory(), new GoCQHTTPHandleQuickAction(), - new GetGroupSystemMsg() + new GetGroupSystemMsg(), + new DelEssenceMsg(), + new SetEssenceMsg() ]; function initActionMap() {