summary refs log tree commit diff
path: root/src/util/interfaces/GuildWelcomeScreen.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-08-08 06:53:15 +0200
committerRory& <root@rory.gay>2026-08-08 06:53:15 +0200
commitfc086ddcea686e4e4359cd96b1f2423a4601a94b (patch)
treec02765effbb5d198a4282b49cd71f86ea308c6e8 /src/util/interfaces/GuildWelcomeScreen.ts
parentToGuildSource -> ToDiscoverableGuild (diff)
downloadserver-ts-fc086ddcea686e4e4359cd96b1f2423a4601a94b.tar.xz
Clean up some schemas
Diffstat (limited to 'src/util/interfaces/GuildWelcomeScreen.ts')
-rw-r--r--src/util/interfaces/GuildWelcomeScreen.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/interfaces/GuildWelcomeScreen.ts b/src/util/interfaces/GuildWelcomeScreen.ts

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