From e0726e5283629d84a880d8f35da69f2859d4ec9a 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: Sun, 28 Apr 2024 21:58:23 +0800 Subject: [PATCH] fix --- src/onebot11/action/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/onebot11/action/index.ts b/src/onebot11/action/index.ts index ea5c2c1c..61e8f6d8 100644 --- a/src/onebot11/action/index.ts +++ b/src/onebot11/action/index.ts @@ -50,6 +50,7 @@ import { SetMsgEmojiLike } from '@/onebot11/action/msg/SetMsgEmojiLike'; import { GetRobotUinRange } from './extends/GetRobotUinRange'; import { SetOnlineStatus } from './extends/SetOnlineStatus'; import { GetGroupNotice } from './group/GetGroupNotice'; +import { GetGroupEssence } from './group/GetGroupEssence'; export const actionHandlers = [ new GetFile(), @@ -92,6 +93,7 @@ export const actionHandlers = [ new GetRobotUinRange(), //以下为go-cqhttp api new GetGroupNotice(), + new GetGroupEssence(), new GoCQHTTPSendForwardMsg(), new GoCQHTTPSendGroupForwardMsg(), new GoCQHTTPSendPrivateForwardMsg(),