所以iv一直试图使我的机器人上线,但它给了我这个错误idk,如何通过它解决问题
(节点:4876)UnhandledPromiseRejectionWarning:错误:提供了错误的登录详细信息。 在WebSocketConnection.client.ws.connection.once.event(C:\ Users \ User \ Desktop \ JOJO bot \ JOJO \ node_modules \ discord.js \ src \ client \ ClientManager.js:48:41) 在Object.onceWrapper(events.js:277:13) 在WebSocketConnection.emit(events.js:189:13) 在WebSocketConnection.onClose(C:\ Users \ User \ Desktop \ JOJO bot \ JOJO \ node_modules \ discord.js \ src \ client \ websocket \ WebSocketConnection.js:390:10) 在WebSocket.onClose(C:\ Users \ User \ Desktop \ JOJO bot \ JOJO \ node_modules \ ws \ lib \ event-target.js:124:16) 在WebSocket.emit(events.js:189:13) 在_receiver.cleanup(C:\ Users \ User \ Desktop \ JOJO bot \ JOJO \ node_modules \ ws \ lib \ websocket.js:220:12) 在Receiver.cleanup(C:\ Users \ User \ Desktop \ JOJO bot \ JOJO \ node_modules \ ws \ lib \ receiver.js:535:15) 在WebSocket.finalize(C:\ Users \ User \ Desktop \ JOJO bot \ JOJO \ node_modules \ ws \ lib \ websocket.js:206:20) 在TLSSocket.emit(events.js:194:15) (节点:4876)UnhandledPromiseRejectionWarning:未处理的承诺拒绝。引发此错误的原因可能是抛出了一个没有catch块的异步函数,或者是拒绝了一个.catch()无法处理的承诺。 (拒绝ID:2) (节点:4876)[DEP0018] DeprecationWarning:已弃用未处理的承诺拒绝。将来,未处理的承诺拒绝将以非零退出代码终止Node.js进程。
答案 0 :(得分:0)
您的令牌可能无效。返回developer portal并再次检查令牌,确保像<Client>.login("token");
一样使用它。确保您使用的是令牌,而不是其他任何值,不和谐的机器人令牌目前以N
开头。