docs: update docs and examples to PascalCase links (#8305)

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Ryan Munro
2022-07-25 19:13:09 +10:00
committed by GitHub
parent 77ed407f6a
commit 34ba9d1c4c
15 changed files with 44 additions and 33 deletions

View File

@@ -642,7 +642,7 @@ class Message extends Base {
* @property {Embed[]|APIEmbed[]} [embeds] Embeds to be added/edited
* @property {MessageMentionOptions} [allowedMentions] Which mentions should be parsed from the message content
* @property {MessageFlags} [flags] Which flags to set for the message.
* Only `MessageFlags.SuppressEmbeds` can be edited.
* Only {@link MessageFlags.SuppressEmbeds} can be edited.
* @property {Attachment[]} [attachments] An array of attachments to keep,
* all attachments will be kept if omitted
* @property {Array<JSONEncodable<AttachmentPayload>>|BufferResolvable[]|Attachment[]|AttachmentBuilder[]} [files]