From 67ac8e0989aefbb66cb31dfbe4f34bbf3e01cd80 Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Thu, 24 Feb 2022 23:52:44 +0100 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 348d54a..db0c89a 100755 --- a/main.js +++ b/main.js @@ -227,7 +227,7 @@ async function pingEvent() { .send(`It's **${globalEventList[i].name}** today!` + specialMessage); } for (let j = 0; j < guildEvents.length; j++) { - console.log(guildEvents[i]); + console.log(guildEvents[j]); // console.log(guildEvents[i].name); // client.channels.cache.get(sysChannelId) // .send(`It's **${guildEvents[i].name}** today!`);