From 689d109438a3bb0eaa969b15032b86d2215697ea Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 5 Feb 2025 16:59:21 +0800 Subject: [PATCH] typo: myid -> sid --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 3117ce3f0..eec29cb47 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -773,7 +773,7 @@ CONFIG_METADATA_2 = { "description": "管理员 ID", "type": "list", "items": {"type": "string"}, - "hint": "管理员 ID 列表,管理员可以使用一些特权命令,如 `update`, `plugin` 等。ID 可以通过 `/myid` 指令获得。回车添加,可添加多个。", + "hint": "管理员 ID 列表,管理员可以使用一些特权命令,如 `update`, `plugin` 等。ID 可以通过 `/sid` 指令获得。回车添加,可添加多个。", }, "http_proxy": { "description": "HTTP 代理",