Update node.js

This commit is contained in:
ZyLacx 2020-12-18 09:27:46 +01:00
parent 260aac7c65
commit 2500b1e048

View file

@ -26,7 +26,7 @@ var setNew = true;
client.once('ready', () => {
console.log('Im online!');
countdownChannel = client.channels.cache.find(channel => channel.id === "780439236867653635");
countdownChannel = client.channels.cache.find(channel => channel.id === "765243559758397470");
setInterval(countdowns, 1000, 1);
});