From d3ac2080ceee7b55e2d92fcabf97f47ebdd1e755 Mon Sep 17 00:00:00 2001 From: Joseph Liu Date: Thu, 21 Nov 2024 20:10:32 -0500 Subject: [PATCH] reference/templates: fix broken ddocs link --- content/docs/reference/templates/syntax-and-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference/templates/syntax-and-data.md b/content/docs/reference/templates/syntax-and-data.md index 5ef27be..2edaf72 100644 --- a/content/docs/reference/templates/syntax-and-data.md +++ b/content/docs/reference/templates/syntax-and-data.md @@ -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. |