From 38b7f0b50f9a4f98e4293dd3c4c6b87e4e268873 Mon Sep 17 00:00:00 2001 From: pakkographic <41129374+pakkographic@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:42:29 +0200 Subject: [PATCH] quick fix --- lib/structures/Webhook.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {