From 4896ca92799304ee8103d06590b3c01ed2edbffb 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, 22 Oct 2024 11:37:01 +0800 Subject: [PATCH] fix --- src/onebot/action/types.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/onebot/action/types.ts b/src/onebot/action/types.ts index f90feb62..cec81f57 100644 --- a/src/onebot/action/types.ts +++ b/src/onebot/action/types.ts @@ -135,12 +135,10 @@ export enum ActionName { GetRkey = 'nc_get_rkey', GetGroupShutList = 'get_group_shut_list', + GetGuildList = 'get_guild_list', + GetGuildProfile = 'get_guild_service_profile', // GetGroupIgnoreAddRequest = 'get_group_ignore_add_request', - // GetConfig = 'get_config', - // SetConfig = 'set_config', // Debug = 'debug', - // GetGuildList = 'get_guild_list', // TestApi01 = 'test_api_01', - // GetGuildProfile = 'get_guild_service_profile', // UploadForwardMsg = "upload_forward_msg", }