Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. (node:8508) UnhandledPromiseRejectionWarning: Error: getaddrinfo ENOTFOUND discordapp.com discordapp.com:443
  2. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:57:26)
  3. (node:8508) 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: 2)
  4. (node:8508) [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.
  5.  
  6. D:\Arquivos do usuario\Desktop\BOT Sky PvP>node .
  7. (node:7248) UnhandledPromiseRejectionWarning: TypeError: Supplied parameter was neither a Role nor a Snowflake.
  8. at GuildMember.addRole (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\structures\GuildMember.js:452:38)
  9. at Client.client.on (D:\Arquivos do usuario\Desktop\BOT Sky PvP\index.js:66:20)
  10. at Client.emit (events.js:182:13)
  11. at MessageReactionAdd.handle (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\actions\MessageReactionAdd.js:24:31)
  12. at MessageReactionAddHandler.handle (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\packets\handlers\MessageReactionAdd.js:7:39)
  13. at WebSocketPacketManager.handle (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  14. at WebSocketConnection.onPacket (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  15. at WebSocketConnection.onMessage (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  16. at WebSocket.onMessage (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\ws\lib\event-target.js:120:16)
  17. at WebSocket.emit (events.js:182:13)
  18. (node:7248) 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)
  19. (node:7248) [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.
  20. ^C
  21. D:\Arquivos do usuario\Desktop\BOT Sky PvP>node .
  22. (node:908) UnhandledPromiseRejectionWarning: TypeError: Supplied parameter was neither a Role nor a Snowflake.
  23. at GuildMember.addRole (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\structures\GuildMember.js:452:38)
  24. at Client.client.on (D:\Arquivos do usuario\Desktop\BOT Sky PvP\index.js:66:20)
  25. at Client.emit (events.js:182:13)
  26. at MessageReactionAdd.handle (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\actions\MessageReactionAdd.js:24:31)
  27. at MessageReactionAddHandler.handle (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\packets\handlers\MessageReactionAdd.js:7:39)
  28. at WebSocketPacketManager.handle (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  29. at WebSocketConnection.onPacket (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  30. at WebSocketConnection.onMessage (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  31. at WebSocket.onMessage (D:\Arquivos do usuario\Desktop\BOT Sky PvP\node_modules\ws\lib\event-target.js:120:16)
  32. at WebSocket.emit (events.js:182:13)
  33. (node:908) 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)
  34. (node:908) [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