This commit is contained in:
手瓜一十雪 2024-04-28 21:58:23 +08:00
parent 5f3775584b
commit e0726e5283

View File

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