diff --git a/src/onebot11/action/extends/GetGroupHonorInfo.ts b/src/onebot11/action/go-cqhttp/GetGroupHonorInfo.ts similarity index 100% rename from src/onebot11/action/extends/GetGroupHonorInfo.ts rename to src/onebot11/action/go-cqhttp/GetGroupHonorInfo.ts diff --git a/src/onebot11/action/index.ts b/src/onebot11/action/index.ts index c36a04fe..080a8edf 100644 --- a/src/onebot11/action/index.ts +++ b/src/onebot11/action/index.ts @@ -55,6 +55,7 @@ import { ForwardFriendSingleMsg, ForwardGroupSingleMsg } from '@/onebot11/action import { GetFriendWithCategory } from './extends/GetFriendWithCategory'; import { SendGroupNotice } from './go-cqhttp/SendGroupNotice'; import { Reboot, RebootNormol } from './system/Reboot'; +import { GetGroupHonorInfo } from './go-cqhttp/GetGroupHonorInfo'; export const actionHandlers = [ new RebootNormol(), @@ -101,6 +102,7 @@ export const actionHandlers = [ new GetRobotUinRange(), new GetFriendWithCategory(), //以下为go-cqhttp api + new GetGroupHonorInfo(), new SendGroupNotice(), new GetGroupNotice(), new GetGroupEssence(),