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", }