From e5165a780f1e1ae36abfd9c576609702916a5439 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: Tue, 14 May 2024 14:08:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=BE=A4=E8=8D=A3?= =?UTF-8?q?=E8=AA=89=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/onebot11/action/{extends => go-cqhttp}/GetGroupHonorInfo.ts | 0 src/onebot11/action/index.ts | 2 ++ 2 files changed, 2 insertions(+) rename src/onebot11/action/{extends => go-cqhttp}/GetGroupHonorInfo.ts (100%) 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(),