summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-06 23:52:37 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-06 23:52:37 +1000
commitb85b156b33699f6fd88d770becd85b0d7ca5469c (patch)
tree86f3b123b296f15b0ba0d5dadea8773ef2926fdd
parentMerge branch 'feat/latestWebClient' into slowcord (diff)
parentFix types for welcome screen (diff)
downloadserver-b85b156b33699f6fd88d770becd85b0d7ca5469c.tar.xz
Merge branch 'feat/latestWebClient' into slowcord
-rw-r--r--util/src/entities/Guild.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Guild.ts b/util/src/entities/Guild.ts
index 70bb41c5..ef31a237 100644
--- a/util/src/entities/Guild.ts
+++ b/util/src/entities/Guild.ts
@@ -248,7 +248,7 @@ export class Guild extends BaseClass {
 		welcome_channels: {
 			description: string;
 			emoji_id?: string;
-			emoji_name: string;
+			emoji_name?: string;
 			channel_id: string;
 		}[];
 	};