From f0afba6cd9cc9cbc079b0ed31a4eb3ff0f774cd3 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:34:28 +0800 Subject: [PATCH] fix: GetOnlineClient --- src/onebot/action/types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/onebot/action/types.ts b/src/onebot/action/types.ts index 5e4cc0f3..f90feb62 100644 --- a/src/onebot/action/types.ts +++ b/src/onebot/action/types.ts @@ -59,7 +59,7 @@ export enum ActionName { // QidianGetAccountInfo = 'qidian_get_account_info', // GetModelShow = '_get_model_show', // SetModelShow = '_set_model_show', - // GetOnlineClient = 'get_online_clients', + GetOnlineClient = 'get_online_clients', // GetUnidirectionalFriendList = 'get_unidirectional_friend_list', // DeleteFriend = 'delete_friend', // DeleteUnidirectionalFriendList = 'delete_unidirectional_friend', @@ -134,7 +134,6 @@ export enum ActionName { GetUserStatus = 'nc_get_user_status', GetRkey = 'nc_get_rkey', GetGroupShutList = 'get_group_shut_list', - GetOnlineClient = "get_online_clients", // GetGroupIgnoreAddRequest = 'get_group_ignore_add_request', // GetConfig = 'get_config',