Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. at Object.module.exports.run (/app/commands/order.js:13:32)
  2.  
  3. at Client.client.on (/app/server.js:48:31)
  4.  
  5. at emitOne (events.js:116:13)
  6.  
  7. at Client.emit (events.js:211:7)
  8.  
  9. at MessageCreateHandler.handle (/rbd/pnpm-volume/abf0290b-9155-4591-bfce-ffb8b941423b/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/websocket/packets/handlers/MessageCreate.js:9:34)
  10.  
  11. at WebSocketPacketManager.handle (/rbd/pnpm-volume/abf0290b-9155-4591-bfce-ffb8b941423b/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/websocket/packets/WebSocketPacketManager.js:103:65)
  12.  
  13. at WebSocketConnection.onPacket (/rbd/pnpm-volume/abf0290b-9155-4591-bfce-ffb8b941423b/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:333:35)
  14.  
  15. at WebSocketConnection.onMessage (/rbd/pnpm-volume/abf0290b-9155-4591-bfce-ffb8b941423b/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:296:17)
  16.  
  17. at WebSocket.onMessage (/rbd/pnpm-volume/abf0290b-9155-4591-bfce-ffb8b941423b/node_modules/.registry.npmjs.org/ws/4.1.0/node_modules/ws/lib/event-target.js:120:16)
  18.  
  19. at emitOne (events.js:116:13)
  20.  
  21. (node:2161) 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)
  22.  
  23. (node:2161) [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.
  24.  
  25. /app/server.js:70
  26.  
  27. channel.send(ordernotify)
  28.  
  29. ^
  30.  
  31.  
  32. TypeError: Cannot read property 'send' of undefined
  33.  
  34. at Timeout.client.setInterval [as _onTimeout] (/app/server.js:70:11)
  35.  
  36. at ontimeout (timers.js:498:11)
  37.  
  38. at tryOnTimeout (timers.js:323:5)
  39.  
  40. at Timer.listOnTimeout (timers.js:290:5)
  41.  
  42.  
  43. 📅🛳 Your app is listening on port 3000
  44.  
  45. Error: ENOENT: no such file or directory, stat '/app/views/index.html'
  46.  
  47. Error: ENOENT: no such file or directory, stat '/app/views/index.html'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement