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,
clientPermissions: ['BAN_MEMBERS'],
userPermissions: ['BAN_MEMBERS'],
guildOnly: true,
args: [
{
key: 'member',

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

Loading…
Cancel
Save