From 2b9833cd36304dbb9d2e606c445a7955d101c6b1 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:14:41 +0000 Subject: [PATCH] Revert "feat(ClientApplication): add webhook events (#10588)" This reverts commit 7b2a2e3a154afd69ff892da615ea75c46730f226. --- packages/discord.js/typings/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index e0c769c2a..7a84845b7 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -194,8 +194,6 @@ import { ApplicationWebhookEventType, GatewaySendPayload, GatewayDispatchPayload, - ApplicationWebhookEventStatus, - ApplicationWebhookEventType, RESTPostAPIInteractionCallbackWithResponseResult, RESTAPIInteractionCallbackObject, RESTAPIInteractionCallbackResourceObject,