添加cookie命令的无权限提示

This commit is contained in:
suyiiyii 2024-10-28 13:46:22 +08:00
parent 3043817de4
commit eb64eab14a
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -151,7 +151,11 @@ async def do_dispatch_command(
no_permission_matcher = on_command(
"添加订阅", rule=configurable_to_me, aliases={"删除订阅", "群管理"}, priority=8, block=True
"添加订阅",
rule=configurable_to_me,
aliases={"删除订阅", "群管理", "管理后台", "添加cookie", "删除cookie", "关联cookie", "取消关联cookie"},
priority=8,
block=True,
)