Advertisement
Guest User

My Errors

a guest
Apr 22nd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (node:10996) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'displayName' of null
  2.     at member.kick.then (C:\Users\Owner\Desktop\Coding\1stBot\bot\index.js:97:44)
  3.     at process._tickCallback (internal/process/next_tick.js:68:7)
  4. (node:10996) 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)
  5. (node:10996) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate
  6. the Node.js process with a non-zero exit code.
  7. (node:10996) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user
  8.     at item.request.gen.end (C:\Users\Owner\Desktop\Coding\1stBot\bot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:79:15)
  9.     at then (C:\Users\Owner\Desktop\Coding\1stBot\bot\node_modules\snekfetch\src\index.js:215:21)
  10.     at process._tickCallback (internal/process/next_tick.js:68:7)
  11. (node:10996) 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: 3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement