feat: 新增群荣誉信息

This commit is contained in:
手瓜一十雪 2024-05-14 14:08:57 +08:00
parent b4b91af02b
commit e5165a780f
2 changed files with 2 additions and 0 deletions

View File

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