Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. (node:1100) UnhandledPromiseRejectionWarning: ReferenceError: logUser is not defined
  2. at Object.module.exports.run (C:\Users\tamar\Desktop\CompanyBot\commands\vraagwarn.js:9:22)
  3. at Client.bot.on (C:\Users\tamar\Desktop\CompanyBot\index.js:107:28)
  4. at Client.emit (events.js:182:13)
  5. at MessageCreateHandler.handle (C:\Users\tamar\Desktop\CompanyBot\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  6. at WebSocketPacketManager.handle (C:\Users\tamar\Desktop\CompanyBot\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  7. at WebSocketConnection.onPacket (C:\Users\tamar\Desktop\CompanyBot\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  8. at WebSocketConnection.onMessage (C:\Users\tamar\Desktop\CompanyBot\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  9. at WebSocket.onMessage (C:\Users\tamar\Desktop\CompanyBot\node_modules\ws\lib\event-target.js:120:16)
  10. at WebSocket.emit (events.js:182:13)
  11. at Receiver._receiver.onmessage (C:\Users\tamar\Desktop\CompanyBot\node_modules\ws\lib\websocket.js:137:47)
  12. (node:1100) 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)
  13. (node:1100) [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