From 6d646394fcc9f0c00cfb130b34603d17aa7b0bd9 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 24 Jun 2024 15:02:23 -0600 Subject: [PATCH] Test logs --- index.js | 1 + 1 file changed, 1 insertion(+) 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