summary refs log tree commit diff
path: root/src/util/schemas/GuildTemplateCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/GuildTemplateCreateSchema.ts')
-rw-r--r--src/util/schemas/GuildTemplateCreateSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/GuildTemplateCreateSchema.ts b/src/util/schemas/GuildTemplateCreateSchema.ts
index 7caefcb8..59db8428 100644
--- a/src/util/schemas/GuildTemplateCreateSchema.ts
+++ b/src/util/schemas/GuildTemplateCreateSchema.ts
@@ -1,4 +1,4 @@
 export interface GuildTemplateCreateSchema {
 	name: string;
 	avatar?: string | null;
-}
\ No newline at end of file
+}