🐛 移除没有必要的命令

This commit is contained in:
suyiiyii 2024-09-01 10:26:18 +08:00
parent adf14840df
commit 05e8d3ba37

View File

@ -109,7 +109,7 @@ async def do_dispatch_command(
no_permission_matcher = on_command(
"无权限", rule=configurable_to_me, aliases={"添加订阅", "删除订阅", "群管理"}, priority=8, block=True
"添加订阅", rule=configurable_to_me, aliases={"删除订阅", "群管理"}, priority=8, block=True
)