aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/muteRole.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config/muteRole.ts')
-rw-r--r--src/commands/config/muteRole.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/config/muteRole.ts b/src/commands/config/muteRole.ts
index 9a172be..1bec4a9 100644
--- a/src/commands/config/muteRole.ts
+++ b/src/commands/config/muteRole.ts
@@ -8,8 +8,8 @@ export default class MuteRoleCommand extends BushCommand {
category: 'config',
description: {
content: 'Configure what role to use when muting users.',
- usage: 'prefix [prefix]',
- examples: ['prefix', 'prefix +']
+ usage: 'muterole <role>',
+ examples: ['muterole 748912426581229690']
},
clientPermissions: ['SEND_MESSAGES'],
userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD'],