Skip to content

Commit

Permalink
Add back nonce (#5078)
Browse files Browse the repository at this point in the history
* Add back nonce

* Update docs/resources/Channel.md

Co-authored-by: Austin Keener <keeneraustin@yahoo.com>
  • Loading branch information
MinnDevelopment and DV8FromTheWorld authored Sep 9, 2022
1 parent 922f789 commit 62fb60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ Files must be attached using a `multipart/form-data` body as described in [Uploa
| Field | Type | Description |
| ------------------ | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| content?\* | string | Message contents (up to 2000 characters) |
| nonce? | integer or string | Can be used to verify a message was sent (up to 25 characters). Value will appear in the [Message Create event](#DOCS_TOPICS_GATEWAY/message-create).
| tts? | boolean | `true` if this is a TTS message |
| embeds?\* | array of [embed](#DOCS_RESOURCES_CHANNEL/embed-object) objects | Embedded `rich` content (up to 6000 characters) |
| allowed_mentions? | [allowed mention object](#DOCS_RESOURCES_CHANNEL/allowed-mentions-object) | Allowed mentions for the message |
Expand Down

0 comments on commit 62fb60c

Please sign in to comment.