From b335172d1a385937be320eb64d4246cee1275803 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 1 Sep 2022 17:34:14 -0500 Subject: [PATCH] urgent fix: webhook methods weren't called correctly --- packages/core/src/structures/interactions.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/core/src/structures/interactions.ts b/packages/core/src/structures/interactions.ts index 5332c8b..f9e2586 100644 --- a/packages/core/src/structures/interactions.ts +++ b/packages/core/src/structures/interactions.ts @@ -220,6 +220,7 @@ export abstract class BaseInteraction implements Model { { id: this.session.applicationId, token: this.token, + session: this.session, }, messageId, options @@ -236,6 +237,7 @@ export abstract class BaseInteraction implements Model { { id: this.session.applicationId, token: this.token, + session: this.session, }, messageId, threadId @@ -250,6 +252,7 @@ export abstract class BaseInteraction implements Model { { id: this.session.applicationId, token: this.token, + session: this.session, }, messageId, threadId