summary refs log tree commit diff
path: root/src/util/schemas/responses/GuildMessagesSearchResponse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/responses/GuildMessagesSearchResponse.ts')
-rw-r--r--src/util/schemas/responses/GuildMessagesSearchResponse.ts8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/util/schemas/responses/GuildMessagesSearchResponse.ts b/src/util/schemas/responses/GuildMessagesSearchResponse.ts
index 0b6248b7..b8e9bcc4 100644
--- a/src/util/schemas/responses/GuildMessagesSearchResponse.ts
+++ b/src/util/schemas/responses/GuildMessagesSearchResponse.ts
@@ -1,10 +1,4 @@
-import {
-	Attachment,
-	Embed,
-	MessageType,
-	PublicUser,
-	Role,
-} from "../../entities";
+import { Attachment, Embed, MessageType, PublicUser, Role } from "../../entities";
 
 export interface GuildMessagesSearchMessage {
 	id: string;