Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 11, 2024
1 parent 0e66843 commit 38b7f0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/structures/Webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> {
Expand Down

0 comments on commit 38b7f0b

Please sign in to comment.