From 08f5e0e6f2051019622d57394bfd5c6b571ae0e9 Mon Sep 17 00:00:00 2001 From: AwesomeAim <30537683+AwesomeAim@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:48:16 -0800 Subject: [PATCH] correct names for the commands I feel like this should be an automatic thing, no? --- bin/config_sample/text/commandhelp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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." }, {