diff options
Diffstat (limited to 'src/commands/moderation/modlogCommand.ts')
-rw-r--r-- | src/commands/moderation/modlogCommand.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/modlogCommand.ts b/src/commands/moderation/modlogCommand.ts index 3e394ba..2df4745 100644 --- a/src/commands/moderation/modlogCommand.ts +++ b/src/commands/moderation/modlogCommand.ts @@ -10,7 +10,7 @@ export default class ModlogCommand extends BushCommand { constructor() { super('modlog', { aliases: ['modlog', 'modlogs'], - category: "moderation", + category: 'moderation', args: [ { id: 'search', |