Discord4J/Discord4J

Add support for the `enforce_nonce` parameter on message creation

Closed this issue · 1 comments

Azn9 commented

Feature Description: This flag allow de-duplication of messages with the same "nonce" set
Justification: discord/discord-api-docs#6647

Azn9 commented

Work needed:

  • Add the field to the message create request in discord-json
  • Add the corresponding method to the message create methods