From 92c57e5476253b11dfd21b2926649de38e481a12 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 5 Feb 2025 11:11:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BA=A7=E8=81=94?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E7=BB=84=E6=97=B6=E5=87=BA=E7=8E=B0=E8=BD=BD?= =?UTF-8?q?=E5=85=A5=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/star/register/star_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/star/register/star_handler.py b/astrbot/core/star/register/star_handler.py index b3880d408..6b8c6b878 100644 --- a/astrbot/core/star/register/star_handler.py +++ b/astrbot/core/star/register/star_handler.py @@ -64,7 +64,7 @@ def register_command(command_name: str = None, *args): return decorator -def register_command_group(command_group_name: str = None, desc: str = "", *args): +def register_command_group(command_group_name: str = None, *args): '''注册一个 CommandGroup '''