Change private help ticket cooldown
This commit is contained in:
Vendored
+7
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user