From 7b2a2e3a154afd69ff892da615ea75c46730f226 Mon Sep 17 00:00:00 2001 From: Naiyar <137700126+imnaiyar@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:22:02 +0530 Subject: [PATCH] feat(ClientApplication): add webhook events (#10588) * feat(ClientApplication): add webhook events * refactor: update enum names and add external types * docs(APITypes): reorder * chore: requested changes * chore: requested changes * docs: remove redundancy * Update ClientApplication.js --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: Almeida --- packages/discord.js/typings/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 7a84845b71e8..e0c769c2a86b 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -194,6 +194,8 @@ import { ApplicationWebhookEventType, GatewaySendPayload, GatewayDispatchPayload, + ApplicationWebhookEventStatus, + ApplicationWebhookEventType, RESTPostAPIInteractionCallbackWithResponseResult, RESTAPIInteractionCallbackObject, RESTAPIInteractionCallbackResourceObject,