Merge pull request #188 from ykris45/patch-4

Update rolesetter.js
This commit is contained in:
filipnyquist 2018-06-16 18:46:22 +02:00 committed by GitHub
commit cc1878b34e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
],