diff --git a/lib/structures/Webhook.ts b/lib/structures/Webhook.ts index 2685877..a87d393 100644 --- a/lib/structures/Webhook.ts +++ b/lib/structures/Webhook.ts @@ -8,9 +8,7 @@ import { Client } from "./Client"; import { Base } from "./Base"; import { APIWebhook } from "../Constants"; -import { WebhookEditOptions } from "../types"; -import { JSONWebhook } from "../types"; -import { WebhookExecuteOptions, WebhookMessageDetails } from "../types"; +import { WebhookEditOptions, JSONWebhook, WebhookExecuteOptions, WebhookMessageDetails } from "../types"; /** Represents a Guild or channel webhook. */ export class Webhook extends Base {