Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. (node:12324) UnhandledPromiseRejectionWarning: Error: Request to use token, but token was unavailable to the client.
  2. at APIRequest.getAuth (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\APIRequest.js:33:11)
  3. at APIRequest.gen (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\APIRequest.js:39:54)
  4. at resolve (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:59:20)
  5. at new Promise (<anonymous>)
  6. at SequentialRequestHandler.execute (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:58:12)
  7. at SequentialRequestHandler.handle (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:125:10)
  8. at SequentialRequestHandler.push (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:48:10)
  9. at Promise (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\RESTManager.js:27:15)
  10. at new Promise (<anonymous>)
  11. at RESTManager.push (C:\Users\CCxAmber\gaman\node_modules\discord.js\src\client\rest\RESTManager.js:26:12)
  12. (node:12324) 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
  13. not handled with .catch(). (rejection id: 2)
  14. (node:12324) [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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement