Error:
error: Something took too long to do.
at timeout.client.setTimeout (/rbd/pnpm-volume/90f2ee36-4de7-4dc3-b598-e66e50396f2c/node_modules/.registry.npmjs.org/discord.js/11.5.1/node_modules/discord.js/src/client/ClientManager.js:40:57)
at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/90f2ee36-4de7-4dc3-b598-e66e50396f2c/node_modules/.registry.npmjs.org/discord.js/11.5.1/node_modules/discord.js/src/client/Client.js:436:7)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5)
The other threads on glitch said to add discordclient.login("tOkEn").catch(console.error);
and discordclient.on('error', (err) => console.error(err));
, however this doesn’t fix anything. The other threads suggested this has something to do with glitch servers being banned, could you guys take a look?