Skip to content

Commit

Permalink
roles command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusgerdin committed May 26, 2020
1 parent 194d410 commit b56ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/User/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = class extends Command {
aliases: ['roleme', 'team', 'squad', 'role'],
description: language => language.get('COMMAND_ROLES_DESCRIPTION'),
extendedHelp: language => language.get('COMMAND_ROLES_EXTENDED'),
usage: '<add|remove|join|leave|list:default> [target:membername] [roleName:...string]',
usage: '<add|remove|join|leave|list:default> [target:member] [roleName:...string]',
usageDelim: ' ',
subcommands: true
});
Expand Down

0 comments on commit b56ad57

Please sign in to comment.