diff --git a/src/onebot11/action/types.ts b/src/onebot11/action/types.ts index 13c151b..f128bf8 100644 --- a/src/onebot11/action/types.ts +++ b/src/onebot11/action/types.ts @@ -66,9 +66,9 @@ export enum ActionName { GoCQHTTP_DownloadFile = 'download_file', GoCQHTTP_GetGroupMsgHistory = 'get_group_msg_history', GoCQHTTP_GetForwardMsg = 'get_forward_msg', - GoCQHTTP_GetEssenceMsg = "get_essence_msg_list", - GoCQHTTP_HandleQuickOperation = ".handle_quick_operation", - GetGroupHonorInfo = "get_group_honor_info", + GoCQHTTP_GetEssenceMsg = 'get_essence_msg_list', + GoCQHTTP_HandleQuickOperation = '.handle_quick_operation', + GetGroupHonorInfo = 'get_group_honor_info', GoCQHTTP_SetEssenceMsg = 'set_essence_msg', GoCQHTTP_DelEssenceMsg = 'delete_essence_msg', GoCQHTTP_DelGroupFile = 'delete_group_file', diff --git a/src/onebot11/event/OB11BaseEvent.ts b/src/onebot11/event/OB11BaseEvent.ts index f9a5388..cc7968c 100644 --- a/src/onebot11/event/OB11BaseEvent.ts +++ b/src/onebot11/event/OB11BaseEvent.ts @@ -1,4 +1,4 @@ -import { selfInfo } from "@/common/globalVars" +import { selfInfo } from '@/common/globalVars' export enum EventType { META = 'meta_event',