correct names for the commands

I feel like this should be an automatic thing, no?
This commit is contained in:
AwesomeAim 2022-12-14 15:48:16 -08:00 committed by GitHub
parent 6c3f696aaf
commit 08f5e0e6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,16 +102,16 @@
}, },
{ {
"names": [ "names": [
"setperm" "setperms"
], ],
"usage":"/addperm <Usernames> <Role>", "usage":"/setperms <Usernames> <Role>",
"text":"Sets the role of the user.." "text":"Sets the role of the user."
}, },
{ {
"names": [ "names": [
"removeperm" "removeperms"
], ],
"usage":"/removeperm <Usernames> <Permission>", "usage":"/removeperms <Usernames> <Permission>",
"text":"Removes the role from a given user." "text":"Removes the role from a given user."
}, },
{ {