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/kickCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moderation/kickCommand.ts') diff --git a/src/commands/moderation/kickCommand.ts b/src/commands/moderation/kickCommand.ts index 132ca31..58cf52e 100644 --- a/src/commands/moderation/kickCommand.ts +++ b/src/commands/moderation/kickCommand.ts @@ -8,7 +8,7 @@ export default class KickCommand extends BushCommand { constructor() { super('kick', { aliases: ['kick'], - category: "moderation", + category: 'moderation', args: [ { id: 'user', -- cgit