mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
"stats" command
This commit is contained in:
@@ -330,8 +330,25 @@
|
||||
"aliases": {},
|
||||
"args": {},
|
||||
"description": "Display ticket statistics",
|
||||
"fields": {
|
||||
"messages": "Messages",
|
||||
"response_time": {
|
||||
"minutes": "%s minutes",
|
||||
"title": "Avg. response time"
|
||||
},
|
||||
"tickets": "Tickets"
|
||||
},
|
||||
"name": "stats",
|
||||
"response": {}
|
||||
"response": {
|
||||
"global": {
|
||||
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.",
|
||||
"title": "📊 Global stats"
|
||||
},
|
||||
"guild": {
|
||||
"description": "Statistics about tickets within this guild. This data is cached for an hour.",
|
||||
"title": "📊 This server's stats"
|
||||
}
|
||||
}
|
||||
},
|
||||
"topic": {
|
||||
"aliases": {},
|
||||
|
Reference in New Issue
Block a user