Add SFW channels and link skip channels.
This commit is contained in:
Vendored
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user