panic
This commit is contained in:
parent
570aa63cc6
commit
14e859fd45
|
@ -26,7 +26,7 @@ local grantrole = command("grant-role",{
|
|||
{name = "Options:",value = "-q - quiet (don't print the result)"}
|
||||
}
|
||||
}},
|
||||
permss = {
|
||||
perms = {
|
||||
"administrator"
|
||||
},
|
||||
args = {
|
||||
|
@ -50,7 +50,7 @@ local revokerole = command("revoke-role",{
|
|||
{name = "Options:",value = "-q - quiet (don't print the result)"}
|
||||
}
|
||||
}},
|
||||
permss = {
|
||||
perms = {
|
||||
"administrator"
|
||||
},
|
||||
args = {
|
||||
|
|
Loading…
Reference in New Issue