We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea29ca commit 6847f87Copy full SHA for 6847f87
content/docs/reference/templates/functions.md
@@ -2147,7 +2147,8 @@ community-made embed visualizer for YAGPDB's custom command system.
2147
{{ $ticket := createTicket <author> <topic> }}
2148
```
2149
2150
-Creates a new ticket associated to the specified author with given topic.
+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.
2152
2153
- `author`: the member to associate this ticket with.
2154
- `topic`: the topic of this ticket. Must be a string.
0 commit comments