diff --git a/bot/modules/rolesetter.js b/bot/modules/rolesetter.js index 589721f..779854c 100644 --- a/bot/modules/rolesetter.js +++ b/bot/modules/rolesetter.js @@ -9,8 +9,8 @@ exports.commands = [ ]; exports.addrole = { - usage: "", - description: "description of command", + usage: "", + description: "Adds you to specified role", process: function(bot, msg, suffix) { // Here the bot,msg and suffix is avaible, this function can be async if needed. //amsg.reply(rolelist.allowedroles.includes(suffix)); @@ -60,8 +60,8 @@ exports.addrole = { } }; exports.delrole = { - usage: "", - description: "description of command", + usage: "", + description: "Deletes your role specified", process: function(bot, msg, suffix) { // Here the bot,msg and suffix is avaible, this function can be async if needed. let oldrole = msg.guild.roles.find("name", suffix); @@ -104,7 +104,7 @@ exports.delrole = { }; exports.roles = { usage: "", - description: "description of command", + description: "displays roles you can give yourself", process: function(bot, msg, suffix) { // Here the bot,msg and suffix is avaible, this function can be async if needed. msg.channel.send({