From c5b55b0378477cee7acdcf100a31aa01d3022b86 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 10 Mar 2025 10:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=82=8C=E8=82=89=E7=94=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beautyleg/beauty_leg.py | 5 ----- 1 file changed, 5 deletions(-) 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