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 = {