summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-11 13:24:31 +0200
committerRory& <root@rory.gay>2025-09-29 18:33:15 +0200
commit4d9dd09b42f6c549bc62efb1feea9a996ec00a97 (patch)
tree69d4d7e3ff90e69447ef8b871008c7d962f9028b /src
parentMark assets/schemas.json as excluded from diff (diff)
downloadserver-ts-4d9dd09b42f6c549bc62efb1feea9a996ec00a97.tar.xz
Add new field to guild update schema
Diffstat (limited to 'src')
-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 938daa1fe..069be6cfe 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; }