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)"}
|
{name = "Options:",value = "-q - quiet (don't print the result)"}
|
||||||
}
|
}
|
||||||
}},
|
}},
|
||||||
permss = {
|
perms = {
|
||||||
"administrator"
|
"administrator"
|
||||||
},
|
},
|
||||||
args = {
|
args = {
|
||||||
|
@ -50,7 +50,7 @@ local revokerole = command("revoke-role",{
|
||||||
{name = "Options:",value = "-q - quiet (don't print the result)"}
|
{name = "Options:",value = "-q - quiet (don't print the result)"}
|
||||||
}
|
}
|
||||||
}},
|
}},
|
||||||
permss = {
|
perms = {
|
||||||
"administrator"
|
"administrator"
|
||||||
},
|
},
|
||||||
args = {
|
args = {
|
||||||
|
|
Loading…
Reference in New Issue