diff options
Diffstat (limited to 'src/commands/moderation/warnCommand.ts')
-rw-r--r-- | src/commands/moderation/warnCommand.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/warnCommand.ts b/src/commands/moderation/warnCommand.ts index ea2d7ee..a61eef3 100644 --- a/src/commands/moderation/warnCommand.ts +++ b/src/commands/moderation/warnCommand.ts @@ -6,7 +6,7 @@ export default class WarnCommand extends BushCommand { public constructor() { super('warn', { aliases: ['warn'], - category: "moderation", + category: 'moderation', userPermissions: ['MANAGE_MESSAGES'], args: [ { |