From bd717c298ab06dd7457f8afacd5dbe4585cd2727 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:17:39 +0800 Subject: [PATCH] fix: get_online_clients --- src/onebot/action/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/onebot/action/types.ts b/src/onebot/action/types.ts index 736fbe51..5e4cc0f3 100644 --- a/src/onebot/action/types.ts +++ b/src/onebot/action/types.ts @@ -134,6 +134,7 @@ 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',