@@ -30,10 +30,11 @@ The name of the ticket channel.
30
30
31
31
#### Available placeholders
32
32
33
- - ` {num} ` /` {number} ` - What number the ticket is in the server (Note that this is across all categories)
34
- - ` {name} ` /` {username} ` - The username of the person who opened the ticket
35
- - ` {nick} ` /` {nickname} ` - The server nickname of the person who opened the ticket
36
-
33
+ | Placeholder | Description |
34
+ | ------------------------ | --------------------------------------------------------------- |
35
+ | ` {num} ` <br >` {number} ` | The ticket's number, unique across all categories in the server |
36
+ | ` {name} ` <br >` {username} ` | The ticket creator's username |
37
+ | ` {nick} ` <br >` {nickname} ` | The ticket creator's server server nickname, or their username |
37
38
38
39
### Claiming
39
40
@@ -130,13 +131,16 @@ Use this to provide and ask for information, such as stating what is expected of
130
131
131
132
#### Available placeholders
132
133
133
- - ` {num} ` /` {number} ` - What number the ticket is in the server (Note that this is across all categories)
134
- - ` {name} ` /` {username} ` - The username of the person who opened the ticket
135
- - ` {avgResponseTime} ` - The time between the ticket being opened and receiving its first response from a staff user (only in the current category)
136
- - ` {avgResolutionTime} ` - The time between the ticket being opened and being closed (only in the current category)
134
+ | Placeholder | Description |
135
+ | ------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
136
+ | ` {num} ` <br >` {number} ` | The ticket's number, unique across all categories in the server |
137
+ | ` {name} ` <br >` {username} ` | The ticket creator's username |
138
+ | ` {avgResponseTime} ` | The time between tickets being opened and receiving their first response from a staff member (only in the current category) |
139
+ | ` {avgResolutionTime} ` | The time between tickets being opened and being closed (only in the current category) |
140
+
141
+ !!! tip
142
+ Nickname placeholders are not available here as you can mention the user in the opening message, which will show their nickname within Discord.
137
143
138
- --8<-- "includes/opening-message-placeholders.md"
139
-
140
144
### Ping roles
141
145
142
146
The selected roles will be pinged (in the opening message) when a ticket is created.
0 commit comments