Fixed permission on @batchcode command.
This commit is contained in:
parent
8350c7dca7
commit
6aac9e6c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class CmdBatchCode(MuxCommand):
|
||||||
"""
|
"""
|
||||||
key = "@batchcode"
|
key = "@batchcode"
|
||||||
aliases = ["@batchcodes"]
|
aliases = ["@batchcodes"]
|
||||||
locks = "cmd:perm(batchcommands) or superuser()"
|
locks = "cmd:superuser()"
|
||||||
help_category = "Building"
|
help_category = "Building"
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue