Removed a console.log

Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
loicbersier 2020-05-01 03:34:19 +02:00
parent e5c0d7eb7c
commit 9b3308d118

View file

@ -12,7 +12,6 @@ class channelDeleteListener extends Listener {
async exec(GuildChannel) {
const logStats = await LogStats.findOne({where: {guild: GuildChannel.guild.id}});
if (logStats) {
console.log(GuildChannel);
const channel = this.client.channels.resolve(await logStats.get('channel'));
let Embed = this.client.util.embed()
.setColor('NAVY')