javascript - discord.js - bot timing out -


i created discord.js bot node.js. however, can't start bot, because timing out.

error: took long do. @ timeout.client.settimeout (c:\users\user\desktop\tntbot\node_modules\discord.js\src\client\clientmanager.js:40:57) @ timeout.settimeout (c:\users\user\desktop\tntbot\node_modules\discord.js\src\client\client.js:422:7) @ ontimeout (timers.js:386:14) @ tryontimeout (timers.js:250:5) @ timer.listontimeout (timers.js:214:5) 

that's on every start. checked code, has no problem.

please help.

okay, found problem.

for strange reasons, discord generated new token, , used old one.

sorry misunderstanding.

have great day!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -