Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. (node:13) DeprecationWarning: Collection#find: pass a function instead
  2. (node:13) DeprecationWarning: Collection#find: pass a function instead
  3. (node:13) UnhandledPromiseRejectionWarning: Error: Value must be specified.
  4. at Map.find (/home/container/node_modules/discord.js/src/util/Collection.js:499:45)
  5. at Client.bot.on (/home/container/index.js:51:16)
  6. at Client.emit (events.js:187:15)
  7. at MessageCreateHandler.handle (/home/container/node_modules/discord.js/src/client/websocket/packets/handlers/MessageCreate.js:9:34)
  8. at WebSocketPacketManager.handle (/home/container/node_modules/discord.js/src/client/websocket/packets/WebSocketPacketManager.js:105:65)
  9. at WebSocketConnection.onPacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:333:35)
  10. at WebSocketConnection.onMessage (/home/container/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:296:17)
  11. at WebSocket.onMessage (/home/container/node_modules/ws/lib/event-target.js:120:16)
  12. at WebSocket.emit (events.js:182:13)
  13. at Receiver.receiverOnMessage (/home/container/node_modules/ws/lib/websocket.js:789:20)
  14. (node:13) 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:13) [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