From 86c986176d9c319c7dabeeb891e271921415c688 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Thu, 14 Jun 2018 23:01:57 +0700 Subject: [PATCH] Update rolesetter.js removed unused role , because we doesnt have certified troll role and this not include on self assignment roles. and add note --- bot/modules/rolesetter.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bot/modules/rolesetter.js b/bot/modules/rolesetter.js index 2d5c307..803785a 100644 --- a/bot/modules/rolesetter.js +++ b/bot/modules/rolesetter.js @@ -94,12 +94,17 @@ exports.roles = { }, { name: 'How to add a role to yourself', - value: '!addrole (role) - Adds a specified role to yourself.\n!addrole Certified Troll would add the Certified Troll role.', + value: '!addrole (role) - Adds a specified role to yourself.\n!addrole International would add the International role.', inline: false }, { name: 'How to remove a role from yourself', - value: '!delrole (role) - Removed a specified role from yourself.\n!delrole Certified Troll would remove the Certified Troll role.', + value: '!delrole (role) - Removed a specified role from yourself.\n!delrole International would remove the International role.', + inline: false + }, + { + name: 'NOTE', + value: 'The above roles are case sensitive.', inline: false } ],