Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. (node:3773) DeprecationWarning: Collection#find: pass a function instead
  2. (node:3773) UnhandledPromiseRejectionWarning: Error: Value must be specified.
  3. at Map.find (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/util/Collection.js:499:45)
  4. at Client.bot.on (/Users/louisglen/Desktop/Discordjs/BackslashModeration/index.js:40:47)
  5. at Client.emit (events.js:188:13)
  6. at MessageCreateHandler.handle (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/packets/handlers/MessageCreate.js:9:34)
  7. at WebSocketPacketManager.handle (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/packets/WebSocketPacketManager.js:103:65)
  8. at WebSocketConnection.onPacket (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:333:35)
  9. at WebSocketConnection.onMessage (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:296:17)
  10. at WebSocket.onMessage (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/ws/lib/event-target.js:120:16)
  11. at WebSocket.emit (events.js:188:13)
  12. at Receiver._receiver.onmessage (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/ws/lib/websocket.js:137:47)
  13. (node:3773) 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)
  14. (node:3773) [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.
  15. (node:3773) DeprecationWarning: Collection#find: pass a function instead
  16. (node:3773) UnhandledPromiseRejectionWarning: Error: Value must be specified.
  17. at Map.find (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/util/Collection.js:499:45)
  18. at Client.bot.on (/Users/louisglen/Desktop/Discordjs/BackslashModeration/index.js:40:47)
  19. at Client.emit (events.js:188:13)
  20. at MessageCreateHandler.handle (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/packets/handlers/MessageCreate.js:9:34)
  21. at WebSocketPacketManager.handle (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/packets/WebSocketPacketManager.js:103:65)
  22. at WebSocketConnection.onPacket (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:333:35)
  23. at WebSocketConnection.onMessage (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:296:17)
  24. at WebSocket.onMessage (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/ws/lib/event-target.js:120:16)
  25. at WebSocket.emit (events.js:188:13)
  26. at Receiver._receiver.onmessage (/Users/louisglen/Desktop/Discordjs/BackslashModeration/node_modules/ws/lib/websocket.js:137:47)
  27. (node:3773) 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement