summary refs log tree commit diff
path: root/src/util/interfaces/GuildWelcomeScreen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/interfaces/GuildWelcomeScreen.ts')
-rw-r--r--src/util/interfaces/GuildWelcomeScreen.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/util/interfaces/GuildWelcomeScreen.ts b/src/util/interfaces/GuildWelcomeScreen.ts

index 38b6061b..d4de4131 100644 --- a/src/util/interfaces/GuildWelcomeScreen.ts +++ b/src/util/interfaces/GuildWelcomeScreen.ts
@@ -1,10 +1,10 @@ export interface GuildWelcomeScreen { - enabled: boolean; - description: string; - welcome_channels: { - description: string; - emoji_id?: string; - emoji_name?: string; - channel_id: string; - }[]; + enabled: boolean; + description: string; + welcome_channels: { + description: string; + emoji_id?: string; + emoji_name?: string; + channel_id: string; + }[]; }