Advertisement
Noahs-Ark

say command error

Oct 21st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. C:\Users\Noah\Desktop\na>node index.js
  2. .-----------------------.
  3. | Command | Load status |
  4. |---------|-------------|
  5. | ping.js | yes |
  6. | say.js | yes |
  7. '-----------------------'
  8. I'm Now Online, My name is NoahsArk
  9. (node:14332) UnhandledPromiseRejectionWarning: ReferenceError: Richembed is not defined
  10. at Client.client.on (C:\Users\Noah\Desktop\na\index.js:48:44)
  11. at Client.emit (events.js:198:13)
  12. at MessageCreateHandler.handle (C:\Users\Noah\Desktop\na\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  13. at WebSocketPacketManager.handle (C:\Users\Noah\Desktop\na\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:105:65)
  14. at WebSocketConnection.onPacket (C:\Users\Noah\Desktop\na\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  15. at WebSocketConnection.onMessage (C:\Users\Noah\Desktop\na\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  16. at WebSocket.onMessage (C:\Users\Noah\Desktop\na\node_modules\ws\lib\event-target.js:120:16)
  17. at WebSocket.emit (events.js:198:13)
  18. at Receiver.receiverOnMessage (C:\Users\Noah\Desktop\na\node_modules\ws\lib\websocket.js:789:20)
  19. at Receiver.emit (events.js:198:13)
  20. (node:14332) 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)
  21. (node:14332) [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