Add SFW channels and link skip channels.

This commit is contained in:
Tarrgon
2025-06-04 22:52:08 -04:00
parent 11e3b3095a
commit f75b39484f
5 changed files with 144 additions and 23 deletions
+4
View File
@@ -19,8 +19,12 @@ export type GuildSettings = {
admin_role_id?: string
private_help_role_id?: string
staff_categories?: string
safe_channels?: string
link_skip_channels?: string
}
export type GuildArraySetting = 'staff_categories' | 'safe_channels' | 'link_skip_channels';
export type TicketMessage = {
id: number
message_id: string