summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-28 17:07:36 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-28 17:07:36 +1000
commit52414c0e7bcaae99d74f5eae0815b4c3fa0f6c52 (patch)
treeb0c2902d156873d4fd6c5a7778f30f24fe0ed644 /src/util
parentFix user guild settings (diff)
downloadserver-52414c0e7bcaae99d74f5eae0815b4c3fa0f6c52.tar.xz
Discovery splashes + fix guild icons disappearing on settings change
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 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;
 }