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/banCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moderation/banCommand.ts') diff --git a/src/commands/moderation/banCommand.ts b/src/commands/moderation/banCommand.ts index 354fc0d..feb020b 100644 --- a/src/commands/moderation/banCommand.ts +++ b/src/commands/moderation/banCommand.ts @@ -22,7 +22,7 @@ export default class BanCommand extends BushCommand { constructor() { super('ban', { aliases: ['ban'], - category: "moderation", + category: 'moderation', args: [ { id: 'user', -- cgit