Skip to content

Commit d3ac208

Browse files
committed
reference/templates: fix broken ddocs link
1 parent 6baf7c8 commit d3ac208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
253253
| .Message.Mentions | Users this message mentions, returned as a slice of type _\[]\*discordgo.User._ |
254254
| .Message.MessageReference | MessageReference contains reference data sent with crossposted or reply messages. Has fields MessageID, ChannelID and GuildID. |
255255
| .Message.Pinned | Whether this message is pinned, returns _bool_ true/false. |
256-
| .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). |
256+
| .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). |
257257
| .Message.Reference | Reference returns MessageReference of given message. |
258258
| .Message.ReferencedMessage | Message object associated by message_reference, like a message that was replied to. |
259259
| .Message.StickerItems | A slice of [sticker items] attached to the message. |

0 commit comments

Comments
 (0)