From 5982dd356238ebd8d8d2b9400635cf0fd13be5eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 01:54:16 +0000 Subject: Automatically format code --- src/commands/moderation/modlogCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moderation/modlogCommand.ts') 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', -- cgit