From ceb797da81c551aef3a4f3165ad21feb10539a16 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 22 Jul 2024 12:35:21 -0600 Subject: [PATCH] Add debug logs --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 19b9f8b..07bda61 100644 --- a/index.js +++ b/index.js @@ -95,6 +95,7 @@ client.on('ready', async () => { const sendMessages = async (data) => { const channel = await client.channels.fetch(process.env.DISCORD_BANLOG_CHANNEL_ID); + console.log(data) for (const ban in data.added) { thisBan = data.added[ban] embed = {