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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/DmChannelCreateSchema.ts b/src/util/schemas/DmChannelCreateSchema.ts
index 04b8ff69..1b0fe86d 100644
--- a/src/util/schemas/DmChannelCreateSchema.ts
+++ b/src/util/schemas/DmChannelCreateSchema.ts
@@ -1,4 +1,4 @@
 export interface DmChannelCreateSchema {
 	name?: string;
 	recipients: string[];
-}
\ No newline at end of file
+}