diff --git a/index.js b/index.js index a5ccadc..7b985c8 100644 --- a/index.js +++ b/index.js @@ -106,6 +106,7 @@ client.on('inviteCreate', (invite) => { //if someone creates an invite while bot return; } if (!row) return; + console.log(row) if(!row.log_create) return; client.channels.fetch(row.channel).then(channel => { if (!channel) return; // They probably set perms wrong