summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/schemas/GuildUpdateSchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/GuildUpdateSchema.ts b/src/util/schemas/GuildUpdateSchema.ts

index 938daa1f..069be6cf 100644 --- a/src/util/schemas/GuildUpdateSchema.ts +++ b/src/util/schemas/GuildUpdateSchema.ts
@@ -33,4 +33,5 @@ export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels"> { preferred_locale?: string; premium_progress_bar_enabled?: boolean; discovery_splash?: string; + safety_alerts_channel_id?: string | null; }