Advertisement
Guest User

trertrtrtrtr

a guest
Mar 26th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. (node:6336) DeprecationWarning: GuildMember#hasPermissions is deprecated - use GuildMember#hasPermission, it now takes an array
  2. (node:6336) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'send' of null
  3. at Object.module.exports.run (C:\Users\eyrox\Desktop\OkamiBOT\commands\mute.js:71:10)
  4. at Client.bot.on (C:\Users\eyrox\Desktop\OkamiBOT\index.js:48:33)
  5. at Client.emit (events.js:197:13)
  6. at MessageCreateHandler.handle (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  7. at WebSocketPacketManager.handle (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  8. at WebSocketConnection.onPacket (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  9. at WebSocketConnection.onMessage (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  10. at WebSocket.onMessage (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\ws\lib\event-target.js:120:16)
  11. at WebSocket.emit (events.js:197:13)
  12. at Receiver._receiver.onmessage (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\ws\lib\websocket.js:137:47)
  13. (node:6336) 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:6336) [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:6336) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
  16. at item.request.gen.end (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:79:15)
  17. at then (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\snekfetch\src\index.js:215:21)
  18. at processTicksAndRejections (internal/process/next_tick.js:81:5)
  19. (node:6336) 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)
  20. (node:6336) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'send' of null
  21. at Object.module.exports.run (C:\Users\eyrox\Desktop\OkamiBOT\commands\mute.js:71:10)
  22. at Client.bot.on (C:\Users\eyrox\Desktop\OkamiBOT\index.js:48:33)
  23. at Client.emit (events.js:197:13)
  24. at MessageCreateHandler.handle (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  25. at WebSocketPacketManager.handle (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  26. at WebSocketConnection.onPacket (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  27. at WebSocketConnection.onMessage (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  28. at WebSocket.onMessage (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\ws\lib\event-target.js:120:16)
  29. at WebSocket.emit (events.js:197:13)
  30. at Receiver._receiver.onmessage (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\ws\lib\websocket.js:137:47)
  31. (node:6336) 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: 4)
  32. (node:6336) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
  33. at item.request.gen.end (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:79:15)
  34. at then (C:\Users\eyrox\Desktop\OkamiBOT\node_modules\snekfetch\src\index.js:215:21)
  35. at processTicksAndRejections (internal/process/next_tick.js:81:5)
  36. (node:6336) 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: 6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement