Skip to content

Commit

Permalink
Update interchat-channel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kykyyppg authored Mar 26, 2021
1 parent 7a3e53c commit bb9e179
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions commands/configuration/interchat-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {
} else {
return message.channel.send(`${emoji.error} Vous devez avoir une configuration pour la supprimer`)
}

}
let channel = message.mentions.channels.first() || message.guild.channels.cache.get(args[0]);
if (!channel || channel.type != 'text' || !channel.viewable) {
Expand Down Expand Up @@ -72,9 +71,5 @@ module.exports = {

message.channel.send(embed)
}




},
};

0 comments on commit bb9e179

Please sign in to comment.