From c051ab9dc4c6d009c7b93c92fed9fc76db6c87da 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: Sun, 12 May 2024 20:52:40 +0800 Subject: [PATCH] fix: rm exist GoCQHTTP_SendGroupNotice --- src/onebot11/action/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/onebot11/action/types.ts b/src/onebot11/action/types.ts index 711f897f..41a6d996 100644 --- a/src/onebot11/action/types.ts +++ b/src/onebot11/action/types.ts @@ -58,7 +58,6 @@ export enum ActionName { CleanCache = 'clean_cache', GetCookies = 'get_cookies', // 以下为go-cqhttp api - GoCQHTTP_SendGroupNotice = '_send_group_notice', GoCQHTTP_GetEssenceMsg = 'get_essence_msg_list', GoCQHTTP_SetGroupNotice = '_send_group_notice', GoCQHTTP_GetGroupNotice = '_get_group_notice',