From d2574e5d0c514c5d1f35e7251c992bf6aa8465e2 Mon Sep 17 00:00:00 2001 From: Galen CC Date: Fri, 21 Feb 2025 01:48:15 -0500 Subject: [PATCH] templates: link to template ticket type in createTicket description Signed-off-by: Galen CC --- content/docs/reference/templates/functions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/reference/templates/functions.md b/content/docs/reference/templates/functions.md index f5843dc..c0bc841 100644 --- a/content/docs/reference/templates/functions.md +++ b/content/docs/reference/templates/functions.md @@ -2147,7 +2147,8 @@ community-made embed visualizer for YAGPDB's custom command system. {{ $ticket := createTicket }} ``` -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 +ticket](/docs/reference/templates/syntax-and-data#template-ticket) for that ticket. - `author`: the member to associate this ticket with. - `topic`: the topic of this ticket. Must be a string.