urgent fix: webhook methods weren't called correctly

This commit is contained in:
Yuzu 2022-09-01 17:34:14 -05:00
parent f9ccdc0c84
commit b335172d1a

View File

@ -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