Skip to content

Commit

Permalink
fix: add default role missing descriptor, causing generation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiah committed May 1, 2020
1 parent f6ae100 commit 1b5403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/DefaultRoles/AddDefaultRole.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { captures } = require('../../CommonFunctions');

class AddDefaultRole extends Command {
constructor(bot) {
super(bot, 'settings.addDefaultRole', 'add default role', 'UTIL');
super(bot, 'settings.addDefaultRole', 'add default role', 'Add a new default role for the server', 'UTIL');
this.usages = [
{ description: 'Add a new default role for persons joining the server.', parameters: ['role id'] },
];
Expand Down

0 comments on commit 1b5403f

Please sign in to comment.