Skip to content

Commit debd36f

Browse files
committed
update category placeholders
1 parent 903baeb commit debd36f

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/configuration/categories/index.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ The name of the ticket channel.
3030

3131
#### Available placeholders
3232

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 |
3738

3839
### Claiming
3940

@@ -130,13 +131,16 @@ Use this to provide and ask for information, such as stating what is expected of
130131

131132
#### Available placeholders
132133

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.
137143

138-
--8<-- "includes/opening-message-placeholders.md"
139-
140144
### Ping roles
141145

142146
The selected roles will be pinged (in the opening message) when a ticket is created.

includes/opening-message-placeholders.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)