From cc2a674400f277206b063935bd8f68e6eaa9c0a1 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 16 Jul 2024 19:39:52 +0800 Subject: [PATCH] :bug: Fix set command for challenge --- plugins/admin/set_command.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/admin/set_command.py b/plugins/admin/set_command.py index 638e37b..d851d25 100644 --- a/plugins/admin/set_command.py +++ b/plugins/admin/set_command.py @@ -31,6 +31,8 @@ class SetCommandPlugin(Plugin): # Cookie 查询类 BotCommand("sign", "米游社绝区零每日签到"), BotCommand("dailynote_tasks", "自动便笺提醒"), + BotCommand("challenge", "防卫战信息查询"), + BotCommand("challenge_history", "防卫战历史信息查询"), # 其他 BotCommand("setuid", "添加/重设UID"), BotCommand("setcookie", "添加/重设Cookie"),