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
@@ -289,7 +289,7 @@ This is available and part of the dot when reaction trigger type is used.
289
289
| .ReactionAdded | Returns a boolean type _bool_ true/false indicating whether reaction was added or removed. |
290
290
| .ReactionMessage | Returns the message object reaction was added to. Not all regular .Message fields are filled though e.g. .Member. `{{range .ReactionMessage.Reactions}}`<br>`{{.Count}} - {{.Emoji.Name}}` <br>`{{end}}`Returns emoji count and their name.Has an alias `.Message` and it works the same way. |
291
291
292
-
[Reaction object in Discord documentation](https://discordapp.com/developers/docs/resources/channel#reaction-object).\
292
+
[Reaction object in Discord documentation](https://discordapp.com/developers/docs/resources/message#reaction-object).\
293
293
[Emoji object in Discord documentation.](https://discord.com/developers/docs/resources/emoji)
0 commit comments