Put guild only 2 times, sorry

This commit is contained in:
loicbersier 2018-09-25 22:45:00 +02:00
parent a693e2e03a
commit a0cd579a5a
2 changed files with 0 additions and 2 deletions

View file

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

View file

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