Advertisement
Guest User

Error

a guest
Jun 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. report.js loaded!
  2. Dispatch is online!
  3. (node:18456) UnhandledPromiseRejectionWarning: RangeError: Color must be within the range 0 - 16777215 (0xFFFFFF).
  4.     at Function.resolveColor (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\discord.js\src\client\ClientDataResolver.js:361:13)
  5.     at RichEmbed.setColor (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\discord.js\src\structures\RichEmbed.js:118:37)
  6.     at Client.bot.on (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\index.js:128:4)
  7.     at Client.emit (events.js:180:13)
  8.     at MessageCreateHandler.handle (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  9.     at WebSocketPacketManager.handle (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  10.     at WebSocketConnection.onPacket (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  11.     at WebSocketConnection.onMessage (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  12.     at WebSocket.onMessage (C:\Users\R LaJoie\Desktop\Discord Bots\dispatch\node_modules\ws\lib\event-target.js:120:16)
  13.     at WebSocket.emit (events.js:180:13)
  14. (node:18456) 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)
  15. (node:18456) [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