diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-06 23:52:37 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-06 23:52:37 +1000 |
commit | 210ab0da72fd647f6f313c2ff31b1b09c4360939 (patch) | |
tree | da0c0cd61b00749b3fcacb5dbf93700f87f570f5 | |
parent | Merge branch 'feat/latestWebClient' into slowcord (diff) | |
parent | Fix types for welcome screen (diff) | |
download | server-210ab0da72fd647f6f313c2ff31b1b09c4360939.tar.xz |
Merge branch 'feat/latestWebClient' into slowcord
-rw-r--r-- | util/src/entities/Guild.ts | 2 |
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; }[]; }; |