From a0cd579a5aa297ee97d78a6215c36f0012c3d9d5 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 25 Sep 2018 22:45:00 +0200 Subject: [PATCH] Put guild only 2 times, sorry --- commands/admin/ban.js | 1 - commands/admin/kick.js | 1 - 2 files changed, 2 deletions(-) diff --git a/commands/admin/ban.js b/commands/admin/ban.js index 1d183a0..0f23cd4 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -9,7 +9,6 @@ module.exports = class BanCommand extends Command { guildOnly: true, clientPermissions: ['BAN_MEMBERS'], userPermissions: ['BAN_MEMBERS'], - guildOnly: true, args: [ { key: 'member', diff --git a/commands/admin/kick.js b/commands/admin/kick.js index 4562da7..a271dae 100644 --- a/commands/admin/kick.js +++ b/commands/admin/kick.js @@ -9,7 +9,6 @@ module.exports = class KickCommand extends Command { guildOnly: true, clientPermissions: ['KICK_MEMBERS'], userPermissions: ['KICK_MEMBERS'], - guildOnly: true, args: [ { key: 'member',