Update main.js

This commit is contained in:
ZyLacx 2022-02-24 23:52:44 +01:00
parent a9a9e4761a
commit 67ac8e0989

View file

@ -227,7 +227,7 @@ async function pingEvent() {
.send(`It's **${globalEventList[i].name}** today!` + specialMessage); .send(`It's **${globalEventList[i].name}** today!` + specialMessage);
} }
for (let j = 0; j < guildEvents.length; j++) { for (let j = 0; j < guildEvents.length; j++) {
console.log(guildEvents[i]); console.log(guildEvents[j]);
// console.log(guildEvents[i].name); // console.log(guildEvents[i].name);
// client.channels.cache.get(sysChannelId) // client.channels.cache.get(sysChannelId)
// .send(`It's **${guildEvents[i].name}** today!`); // .send(`It's **${guildEvents[i].name}** today!`);