From a5bb6a9b5dfc6649ae5c4875a60c2a169baf5f2d Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 11 Jul 2025 13:24:31 +0200 Subject: [PATCH] Add new field to guild update schema --- src/util/schemas/GuildUpdateSchema.ts | 1 + 1 file changed, 1 insertion(+) 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 { preferred_locale?: string; premium_progress_bar_enabled?: boolean; discovery_splash?: string; + safety_alerts_channel_id?: string | null; }