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