Skip to content

Commit 6847f87

Browse files
authored
templates: link to template ticket type in createTicket description (#69)
Signed-off-by: Galen CC <[email protected]> Signed-off-by: Luca Zeuch <[email protected]>
1 parent 5ea29ca commit 6847f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/reference/templates/functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,8 @@ community-made embed visualizer for YAGPDB's custom command system.
21472147
{{ $ticket := createTicket <author> <topic> }}
21482148
```
21492149

2150-
Creates a new ticket associated to the specified author with given topic.
2150+
Creates a new ticket associated to the specified author with given topic, returning a [template
2151+
ticket](/docs/reference/templates/syntax-and-data#template-ticket) for that ticket.
21512152

21522153
- `author`: the member to associate this ticket with.
21532154
- `topic`: the topic of this ticket. Must be a string.

0 commit comments

Comments
 (0)