Skip to content

Commit e8f3e13

Browse files
committed
docs: add documentation for avgRating placeholder
1 parent 024e691 commit e8f3e13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/configuration/categories/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Use this to provide and ask for information, such as stating what is expected of
135135
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
136136
| `{num}`<br>`{number}` | The ticket's number, unique across all categories in the server |
137137
| `{name}`<br>`{username}` | The ticket creator's username |
138+
| `{avgRating}` | The average rating given by users for tickets in this category |
138139
| `{avgResponseTime}` | The time between tickets being opened and receiving their first response from a staff member (only in the current category) |
139140
| `{avgResolutionTime}` | The time between tickets being opened and being closed (only in the current category) |
140141

docs/self-hosting/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ An array of activities (length must be at least 1).
284284

285285
The activity name, which may contain these placeholders:
286286

287+
- `#!yaml {avgRating}`
287288
- `#!yaml {avgResolutionTime}`
288289
- `#!yaml {avgResponseTime}`
289290
- `#!yaml {guilds}`

0 commit comments

Comments
 (0)