Skip to content

Commit 0ff9a37

Browse files
committed
reference/templates: fix yet another broken ddocs link
Signed-off-by: Luca Zeuch <[email protected]>
1 parent c440e03 commit 0ff9a37

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
@@ -289,7 +289,7 @@ This is available and part of the dot when reaction trigger type is used.
289289
| .ReactionAdded | Returns a boolean type _bool_ true/false indicating whether reaction was added or removed. |
290290
| .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. |
291291

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).\
293293
[Emoji object in Discord documentation.](https://discord.com/developers/docs/resources/emoji)
294294

295295
### User

0 commit comments

Comments
 (0)