Update node.js
This commit is contained in:
parent
260aac7c65
commit
2500b1e048
1 changed files with 1 additions and 1 deletions
2
node.js
2
node.js
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue