Merge pull request #1118 from guohu7777/main

修改重置开箱的使用权限
This commit is contained in:
HibiKier 2022-09-29 18:01:39 +08:00 committed by GitHub
commit 27fb3aaa19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ cases_matcher_group = MatcherGroup(priority=5, permission=GROUP, block=True)
k_open_case = cases_matcher_group.on_command("开箱")
reload_count = cases_matcher_group.on_command("重置开箱")
reload_count = cases_matcher_group.on_command("重置开箱",permission=SUPERUSER)
@reload_count.handle()