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(),