Advertisement
Frico

Errore

Nov 14th, 2021
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. throw new DiscordAPIError(data, res.status, request);
  2. ^
  3.  
  4. DiscordAPIError: Unknown interaction
  5. at RequestHandler.execute (C:\Users\Enrico\Desktop\Fricord Network\node_modules\discord.js\src\rest\RequestHandler.js:349:13)
  6. at processTicksAndRejections (node:internal/process/task_queues:96:5)
  7. at async RequestHandler.push (C:\Users\Enrico\Desktop\Fricord Network\node_modules\discord.js\src\rest\RequestHandler.js:50:14)
  8. at async CommandInteraction.reply (C:\Users\Enrico\Desktop\Fricord Network\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:98:5)
  9. at async Client.<anonymous> (C:\Users\Enrico\Desktop\Fricord Network\index.js:14:9) {
  10. method: 'post',
  11. path: '/interactions/909524491854577684/aW50ZXJhY3Rpb246OTA5NTI0NDkxODU0NTc3Njg0OnB1QzFwc1NwUVlHaEFjUEg0SlpEWXNwd3VsY1c2bzZoelFGRWFlOWs2ODE2dkhVanhSdDV3MlRJQmFxbjRHMTgxMEZiOGN1VjEya25nOGpOaDRRa0JuNHRCdW5sTXc4WW5BRFNoU044ZGFyQ1dlYkVWdEpoRUdqdVZuWTJldUJU/callback',
  12. code: 10062,
  13. httpStatus: 404,
  14. requestData: {
  15. json: {
  16. type: 4,
  17. data: {
  18. content: 'Pong!',
  19. tts: false,
  20. nonce: undefined,
  21. embeds: undefined,
  22. components: undefined,
  23. username: undefined,
  24. avatar_url: undefined,
  25. allowed_mentions: undefined,
  26. flags: undefined,
  27. message_reference: undefined,
  28. attachments: undefined,
  29. sticker_ids: undefined
  30. }
  31. },
  32. files: []
  33. }
  34. }
  35.  
  36. Node.js v17.1.0
  37. [nodemon] app crashed - waiting for file changes before starting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement