我的機(jī)器人不會(huì)聯(lián)機(jī),即使我重新生成令牌也是如此。我試圖放一個(gè)捕獲塊,但沒(méi)有任何變化。問(wèn)題是我的電腦嗎 ? 腳本 ?還是我的節(jié)點(diǎn)版本(最后一個(gè) LTS 版本)?我希望你有時(shí)間回答我!這是錯(cuò)誤: (node:1976) UnhandledPromiseRejectionWarning: Error: Incorrect login details were provided. at WebSocketConnection.<anonymous> (C:\Users\Atelier34bc\Documents\mpbot\node_modules\discord.js\src\client\ClientManager.js:48:41) at Object.onceWrapper (events.js:417:26) at WebSocketConnection.emit (events.js:310:20) at WebSocketConnection.onClose (C:\Users\Atelier34bc\Documents\mpbot\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:390:10) at WebSocket.onClose (C:\Users\Atelier34bc\Documents\mpbot\node_modules\ws\lib\event-target.js:124:16) at WebSocket.emit (events.js:310:20) at WebSocket.emitClose (C:\Users\Atelier34bc\Documents\mpbot\node_modules\ws\lib\websocket.js:191:10) at TLSSocket.socketOnClose (C:\Users\Atelier34bc\Documents\mpbot\node_modules\ws\lib\websocket.js:850:15) at TLSSocket.emit (events.js:322:22) at net.js:672:12(node:1976) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)(node:1976) [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.這是我的腳本:const bot = new Discord.Client()const PREFIX = "$"const token = 'my_token'bot.on('ready', () => { console.log('bot is online')})
不和諧.js令牌登錄問(wèn)題
翻閱古今
2022-08-18 10:01:15
