Put guild only 2 times, sorry
This commit is contained in:
parent
a693e2e03a
commit
a0cd579a5a
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue