aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/roleCommand.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moderation/roleCommand.ts')
-rw-r--r--src/commands/moderation/roleCommand.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/roleCommand.ts b/src/commands/moderation/roleCommand.ts
index 04437ba..d5948c3 100644
--- a/src/commands/moderation/roleCommand.ts
+++ b/src/commands/moderation/roleCommand.ts
@@ -42,7 +42,7 @@ export default class RoleCommand extends BushCommand {
constructor() {
super('role', {
aliases: ['role', 'addrole', 'removerole'],
- category: "moderation",
+ category: 'moderation',
description: {
content: "Manages users' roles.",
usage: 'role <add|remove> <user> <role>',