diff --git a/beautyleg/beauty_leg.py b/beautyleg/beauty_leg.py index dbe81e4..b6a2f92 100644 --- a/beautyleg/beauty_leg.py +++ b/beautyleg/beauty_leg.py @@ -64,11 +64,6 @@ class BeautyLeg: if command[0] not in self.command: return - if len(command) == 1: - self.wcf.send_text(f"-----Bot-----\n❌命令格式错误!{self.command}", - (message.roomid if message.from_group() else message.sender), message.sender) - return - # 如果触发了指令,但是没有权限,则返回权限不足 if self.gbm.get_group_permission(message.roomid, Feature.BEAUTY_LEG) == PermissionStatus.DISABLED: return