From bb9e179ba155efed6db166bda7a6fdc3b0eb5b08 Mon Sep 17 00:00:00 2001 From: Nezuko <65508761+NezukoDev@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:12:47 +0100 Subject: [PATCH] Update interchat-channel.js --- commands/configuration/interchat-channel.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/commands/configuration/interchat-channel.js b/commands/configuration/interchat-channel.js index d693026..4cb9215 100644 --- a/commands/configuration/interchat-channel.js +++ b/commands/configuration/interchat-channel.js @@ -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) { @@ -72,9 +71,5 @@ module.exports = { message.channel.send(embed) } - - - - }, };