mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56: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,
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user