Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdminLogs MessageDelete - description field is required #266

Open
Eccleria opened this issue Nov 2, 2023 · 0 comments
Open

AdminLogs MessageDelete - description field is required #266

Eccleria opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels
invalid Not fatal issue

Comments

@Eccleria
Copy link
Owner

Eccleria commented Nov 2, 2023

 Message supprimé 2023-11-02T14:28:21.131Z DiscordAPIError: Invalid Form Body
embeds[1].description: This field is required
    at RequestHandler.execute (/home/ewibot/ewibot/node_modules/discord.js/src/rest/RequestHandler.js:350:13)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async RequestHandler.push (/home/ewibot/ewibot/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
    at async ThreadChannel.send (/home/ewibot/ewibot/node_modules/discord.js/src/structures/interfaces/TextBasedChannel.js:177:15)
    at async finishEmbed (file:///home/ewibot/ewibot/src/admin/utils.js:101:23)
    at async Client.onMessageDelete (file:///home/ewibot/ewibot/src/admin/listeners.js:558:25) {
  method: 'post',
  path: '/channels/1012365101594058762/messages',
  code: 50035,
  httpStatus: 400,
  requestData: {
    json: {
      content: undefined,
      tts: false,
      nonce: undefined,
      embeds: [Array],
      components: undefined,
      username: undefined,
      avatar_url: undefined,
      allowed_mentions: undefined,
      flags: undefined,
      message_reference: undefined,
      attachments: undefined,
      sticker_ids: undefined,
      thread_name: undefined
    },
    files: []
  }
}
@Eccleria Eccleria added the invalid Not fatal issue label Nov 2, 2023
@Eccleria Eccleria self-assigned this Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Not fatal issue
Projects
None yet
Development

No branches or pull requests

1 participant