I installed my bot and got this (i tried run enable-pnpm already, it worked but now i get this):
(node:8801) UnhandledPromiseRejectionWarning: Error: Incorrect login details were provided.
at WebSocketConnection.client.ws.connection.once.event (/rbd/pnpm-volume/f09a781b-a753-45d0-93a3-c49b033e9696/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/ClientManager.js:47:41)
at Object.onceWrapper (events.js:315:30)
at emitOne (events.js:116:13)
at WebSocketConnection.emit (events.js:211:7)
at WebSocketConnection.onClose (/rbd/pnpm-volume/f09a781b-a753-45d0-93a3-c49b033e9696/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:390:10)
at WebSocketClient.internalOnClose (/rbd/pnpm-volume/f09a781b-a753-45d0-93a3-c49b033e9696/node_modules/.registry.npmjs.org/uws/9.148.0/node_modules/uws/uws.js:121:17)
at process.nextTick (/rbd/pnpm-volume/f09a781b-a753-45d0-93a3-c49b033e9696/node_modules/.registry.npmjs.org/uws/9.148.0/node_modules/uws/uws.js:64:19)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
(node:8801) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:8801) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
I have no idea how to start solving any of these⦠whatās going on? The bot works fine when I host it locally.