Skip to content

Commit

Permalink
reference/templates: fix broken ddocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Nov 22, 2024
1 parent 6baf7c8 commit d3ac208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/reference/templates/syntax-and-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
| .Message.Mentions | Users this message mentions, returned as a slice of type _\[]\*discordgo.User._ |
| .Message.MessageReference | MessageReference contains reference data sent with crossposted or reply messages. Has fields MessageID, ChannelID and GuildID. |
| .Message.Pinned | Whether this message is pinned, returns _bool_ true/false. |
| .Message.Reactions | Reactions on this message, returned as a slice of type _\[]\*discordgo.MessageReactions_. Reaction Object in [Discord documentation](https://discord.com/developers/docs/resources/channel#reaction-object). |
| .Message.Reactions | Reactions on this message, returned as a slice of type _\[]\*discordgo.MessageReactions_. Reaction Object in [Discord documentation](https://discord.com/developers/docs/resources/message#reaction-object). |
| .Message.Reference | Reference returns MessageReference of given message. |
| .Message.ReferencedMessage | Message object associated by message_reference, like a message that was replied to. |
| .Message.StickerItems | A slice of [sticker items] attached to the message. |
Expand Down

0 comments on commit d3ac208

Please sign in to comment.