mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
urgent fix: webhook methods weren't called correctly
This commit is contained in:
parent
f9ccdc0c84
commit
b335172d1a
@ -220,6 +220,7 @@ export abstract class BaseInteraction implements Model {
|
|||||||
{
|
{
|
||||||
id: this.session.applicationId,
|
id: this.session.applicationId,
|
||||||
token: this.token,
|
token: this.token,
|
||||||
|
session: this.session,
|
||||||
},
|
},
|
||||||
messageId,
|
messageId,
|
||||||
options
|
options
|
||||||
@ -236,6 +237,7 @@ export abstract class BaseInteraction implements Model {
|
|||||||
{
|
{
|
||||||
id: this.session.applicationId,
|
id: this.session.applicationId,
|
||||||
token: this.token,
|
token: this.token,
|
||||||
|
session: this.session,
|
||||||
},
|
},
|
||||||
messageId,
|
messageId,
|
||||||
threadId
|
threadId
|
||||||
@ -250,6 +252,7 @@ export abstract class BaseInteraction implements Model {
|
|||||||
{
|
{
|
||||||
id: this.session.applicationId,
|
id: this.session.applicationId,
|
||||||
token: this.token,
|
token: this.token,
|
||||||
|
session: this.session,
|
||||||
},
|
},
|
||||||
messageId,
|
messageId,
|
||||||
threadId
|
threadId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user