Skip to content

Commit ea7310a

Browse files
committed
reference/templates: even more broken links
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 0ff9a37 commit ea7310a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference/templates/syntax-and-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
236236
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
237237
| .Message.Activity | Represents the activity sent with a message, such as a game invite, of type _\*discordgo.MessageActivity_. Sent with Rich Presence-related chat embeds. |
238238
| .Message.ApplicationID | If the message is an interaction- or application-owned webhook, this is the ID of that application. |
239-
| .Message.Attachments | Attachments of this message (_slice_ of [attachment](https://discord.com/developers/docs/resources/channel#attachment-object) objects). |
239+
| .Message.Attachments | Attachments of this message (_slice_ of [attachment](https://discord.com/developers/docs/resources/message#attachment-object) objects). |
240240
| .Message.Author | Author of the message ([User](#user) object). |
241241
| .Message.ChannelID | Channel ID this message is in. |
242242
| .Message.Components | Slice of [discordgo.ActionsRow](https://discord.com/developers/docs/interactions/message-components#action-rows)s, which each contain components. Example on indexing the first button or menu under a message: `( index ( index .Message.Components 0 ).Components 0 )` |
@@ -273,7 +273,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
273273

274274
\* denotes field that will not have proper return when using `getMessage` function.
275275

276-
[Message object in Discord documentation](https://discordapp.com/developers/docs/resources/channel#message-object).
276+
[Message object in Discord documentation](https://discordapp.com/developers/docs/resources/message#message-object).
277277

278278
[Message functions documentation](functions#message).
279279

0 commit comments

Comments
 (0)