肌肉男功能

This commit is contained in:
liuwei
2025-03-10 10:05:39 +08:00
parent fd918271e5
commit c5b55b0378

View File

@@ -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