summary refs log tree commit diff
path: root/src/util/schemas/DmChannelCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/DmChannelCreateSchema.ts')
-rw-r--r--src/util/schemas/DmChannelCreateSchema.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/DmChannelCreateSchema.ts b/src/util/schemas/DmChannelCreateSchema.ts
index d5afc6d7..1b0fe86d 100644
--- a/src/util/schemas/DmChannelCreateSchema.ts
+++ b/src/util/schemas/DmChannelCreateSchema.ts
@@ -1,4 +1,3 @@
-
 export interface DmChannelCreateSchema {
 	name?: string;
 	recipients: string[];