diff options
-rwxr-xr-x[-rw-r--r--] | .pnp.cjs | 0 | ||||
-rw-r--r-- | .yarnrc.yml | 2 | ||||
-rw-r--r-- | src/commands/moderation/kick.ts | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml index 8aa4e19..2a309ef 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,5 +1,5 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs - spec: "@yarnpkg/plugin-typescript" + spec: '@yarnpkg/plugin-typescript' yarnPath: .yarn/releases/yarn-3.0.0-rc.9.cjs 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 }); - - } } |