Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/docs/reference/templates/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,8 @@ community-made embed visualizer for YAGPDB's custom command system.
{{ $ticket := createTicket <author> <topic> }}
```

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.
Expand Down