summary refs log tree commit diff
path: root/src/util/schemas/GuildUpdateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/GuildUpdateSchema.ts')
-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 fb2ac4f2..02739190 100644
--- a/src/util/schemas/GuildUpdateSchema.ts
+++ b/src/util/schemas/GuildUpdateSchema.ts
@@ -14,4 +14,5 @@ export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels"> {
 	afk_channel_id?: string;
 	preferred_locale?: string;
 	premium_progress_bar_enabled?: boolean;
+	discovery_splash?: string;
 }