diff options
Diffstat (limited to 'src/commands/moderation/addrole.ts')
| -rw-r--r-- | src/commands/moderation/addrole.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/addrole.ts b/src/commands/moderation/addrole.ts index 65b8f8b..63f2f14 100644 --- a/src/commands/moderation/addrole.ts +++ b/src/commands/moderation/addrole.ts @@ -8,7 +8,7 @@ module.exports = class AddRoleModeration extends Command { aliases: ['roleadd'], group: 'moderation', memberName: 'addrole', - description: '[Disabled] Adds a role to a specific user.', + description: '**[Disabled]** Adds a role to a specific user.', // args: [ // { // key: 'userID', |