肌肉男功能

This commit is contained in:
liuwei
2025-03-10 10:03:16 +08:00
parent e77b54ef4e
commit fd918271e5
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class BotVideoMan:
return
# 如果触发了指令,但是没有权限,则返回权限不足
if self.gbm.get_group_permission(message.roomid, Feature.VIDEO) == PermissionStatus.DISABLED:
if self.gbm.get_group_permission(message.roomid, Feature.VIDEO_MAN) == PermissionStatus.DISABLED:
return
try: