Skip to content

Commit

Permalink
Merge pull request #1118 from guohu7777/main
Browse files Browse the repository at this point in the history
修改重置开箱的使用权限
  • Loading branch information
HibiKier authored Sep 29, 2022
2 parents 821fe21 + 86d7367 commit 27fb3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/open_cases/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

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()
Expand Down

0 comments on commit 27fb3aa

Please sign in to comment.