From 29a8db96f4b1cd76349d46e6a44bd53f3f96a604 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 17:56:51 +0800 Subject: [PATCH] fix --- src/onebot/action/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/onebot/action/types.ts b/src/onebot/action/types.ts index 2f5cf41b..509593b4 100644 --- a/src/onebot/action/types.ts +++ b/src/onebot/action/types.ts @@ -132,7 +132,7 @@ export enum ActionName { GetGuildList = 'get_guild_list', GetGuildProfile = 'get_guild_service_profile', - // Debug = 'debug', - // TestApi01 = 'test_api_01', + + GetGroupIgnoredNotifies = 'get_group_ignored_notifies', // UploadForwardMsg = "upload_forward_msg", }