Change private help ticket cooldown

This commit is contained in:
Tarrgon
2025-09-14 08:00:51 -04:00
parent 0175eb8d96
commit 672a508d9d
14 changed files with 70 additions and 38 deletions
+7
View File
@@ -65,4 +65,11 @@ export type KnowledgebaseItem = {
guild_id: string
name: string
content: string
}
export type PrivateHelpTicket = {
id: number
user_id: string
status: PrivateHelpTicketStatus,
timestamp: string
}