forked from Supositware/Haha-Yes
Removed a console.log
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
e5c0d7eb7c
commit
9b3308d118
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ class channelDeleteListener extends Listener {
|
||||||
async exec(GuildChannel) {
|
async exec(GuildChannel) {
|
||||||
const logStats = await LogStats.findOne({where: {guild: GuildChannel.guild.id}});
|
const logStats = await LogStats.findOne({where: {guild: GuildChannel.guild.id}});
|
||||||
if (logStats) {
|
if (logStats) {
|
||||||
console.log(GuildChannel);
|
|
||||||
const channel = this.client.channels.resolve(await logStats.get('channel'));
|
const channel = this.client.channels.resolve(await logStats.get('channel'));
|
||||||
let Embed = this.client.util.embed()
|
let Embed = this.client.util.embed()
|
||||||
.setColor('NAVY')
|
.setColor('NAVY')
|
||||||
|
|
Loading…
Reference in a new issue