diff --git a/bin/config_sample/text/commandhelp.json b/bin/config_sample/text/commandhelp.json index bdf9bef..7fd8352 100644 --- a/bin/config_sample/text/commandhelp.json +++ b/bin/config_sample/text/commandhelp.json @@ -102,16 +102,16 @@ }, { "names": [ - "setperm" + "setperms" ], - "usage":"/addperm ", - "text":"Sets the role of the user.." + "usage":"/setperms ", + "text":"Sets the role of the user." }, { "names": [ - "removeperm" + "removeperms" ], - "usage":"/removeperm ", + "usage":"/removeperms ", "text":"Removes the role from a given user." }, {