From a91cd844395cb74ba54d53f3954aff198a65feb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:07:05 +0000 Subject: Automatically format code --- src/commands/moderation/kick.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/commands/moderation/kick.ts b/src/commands/moderation/kick.ts index 919c14b..87bf1f7 100644 --- a/src/commands/moderation/kick.ts +++ b/src/commands/moderation/kick.ts @@ -59,12 +59,9 @@ export default class KickCommand extends BushCommand { return message.util.reply(canModerateResponse); } - const response = await member.bushKick({ reason, moderator: message.author }); - - } } -- cgit