Put guild only 2 times, sorry

Commando
loicbersier 6 years ago
parent a693e2e03a
commit a0cd579a5a

@ -9,7 +9,6 @@ module.exports = class BanCommand extends Command {
guildOnly: true, guildOnly: true,
clientPermissions: ['BAN_MEMBERS'], clientPermissions: ['BAN_MEMBERS'],
userPermissions: ['BAN_MEMBERS'], userPermissions: ['BAN_MEMBERS'],
guildOnly: true,
args: [ args: [
{ {
key: 'member', key: 'member',

@ -9,7 +9,6 @@ module.exports = class KickCommand extends Command {
guildOnly: true, guildOnly: true,
clientPermissions: ['KICK_MEMBERS'], clientPermissions: ['KICK_MEMBERS'],
userPermissions: ['KICK_MEMBERS'], userPermissions: ['KICK_MEMBERS'],
guildOnly: true,
args: [ args: [
{ {
key: 'member', key: 'member',

Loading…
Cancel
Save