diff --git a/plugins/open_cases/__init__.py b/plugins/open_cases/__init__.py index 11282be2..f1a49076 100755 --- a/plugins/open_cases/__init__.py +++ b/plugins/open_cases/__init__.py @@ -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()