diff options
Diffstat (limited to 'src/util/schemas/GuildCreateSchema.ts')
-rw-r--r-- | src/util/schemas/GuildCreateSchema.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/GuildCreateSchema.ts b/src/util/schemas/GuildCreateSchema.ts index 9b5f7dc2..f3de7007 100644 --- a/src/util/schemas/GuildCreateSchema.ts +++ b/src/util/schemas/GuildCreateSchema.ts @@ -11,4 +11,4 @@ export interface GuildCreateSchema { guild_template_code?: string; system_channel_id?: string; rules_channel_id?: string; -} \ No newline at end of file +} |