You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/reference/templates/syntax-and-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
253
253
| .Message.Mentions | Users this message mentions, returned as a slice of type _\[]\*discordgo.User._|
254
254
| .Message.MessageReference | MessageReference contains reference data sent with crossposted or reply messages. Has fields MessageID, ChannelID and GuildID. |
255
255
| .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). |
257
257
| .Message.Reference | Reference returns MessageReference of given message. |
258
258
| .Message.ReferencedMessage | Message object associated by message_reference, like a message that was replied to. |
259
259
| .Message.StickerItems | A slice of [sticker items] attached to the message. |
0 commit comments