Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. (node:4508) UnhandledPromiseRejectionWarning: TypeError: (intermediate value).setDescription(...).setColor(...).addFeild is not a function
  2. at Client.bot.on (C:\Users\home\Desktop\Discord bot (attempt)\discordbot.js:28:4)
  3. at Client.emit (events.js:180:13)
  4. at MessageCreateHandler.handle (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  5. at WebSocketPacketManager.handle (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  6. at WebSocketConnection.onPacket (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  7. at WebSocketConnection.onMessage (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  8. at WebSocket.onMessage (C:\Users\home\Desktop\node_modules\ws\lib\event-target.js:120:16)
  9. at WebSocket.emit (events.js:180:13)
  10. at Receiver._receiver.onmessage (C:\Users\home\Desktop\node_modules\ws\lib\websocket.js:137:47)
  11. at Receiver.dataMessage (C:\Users\home\Desktop\node_modules\ws\lib\receiver.js:409:14)
  12. (node:4508) 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)
  13. (node:4508) [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.
  14. PS C:\Users\home\Desktop\Discord bot (attempt)> node discordbot.js
  15. JuptianBot is online
  16. someone is asking for info
  17. (node:8696) UnhandledPromiseRejectionWarning: TypeError: (intermediate value).setDescription(...).setColor(...).addFeild is not a function
  18. at Client.bot.on (C:\Users\home\Desktop\Discord bot (attempt)\discordbot.js:28:4)
  19. at Client.emit (events.js:180:13)
  20. at MessageCreateHandler.handle (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  21. at WebSocketPacketManager.handle (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  22. at WebSocketConnection.onPacket (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  23. at WebSocketConnection.onMessage (C:\Users\home\Desktop\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  24. at WebSocket.onMessage (C:\Users\home\Desktop\node_modules\ws\lib\event-target.js:120:16)
  25. at WebSocket.emit (events.js:180:13)
  26. at Receiver._receiver.onmessage (C:\Users\home\Desktop\node_modules\ws\lib\websocket.js:137:47)
  27. at Receiver.dataMessage (C:\Users\home\Desktop\node_modules\ws\lib\receiver.js:409:14)
  28. (node:8696) 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)
  29. (node:8696) [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