mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix: editReply wasn't working
This commit is contained in:
parent
7c13ac622a
commit
116666c99c
@ -163,8 +163,8 @@ export abstract class BaseInteraction implements Model {
|
|||||||
DiscordMessage | undefined
|
DiscordMessage | undefined
|
||||||
>(
|
>(
|
||||||
options.messageId
|
options.messageId
|
||||||
? WEBHOOK_MESSAGE(this.id, this.token, options.messageId)
|
? WEBHOOK_MESSAGE(this.session.applicationId, this.token, options.messageId)
|
||||||
: WEBHOOK_MESSAGE_ORIGINAL(this.id, this.token),
|
: WEBHOOK_MESSAGE_ORIGINAL(this.session.applicationId, this.token),
|
||||||
{
|
{
|
||||||
content: options.content,
|
content: options.content,
|
||||||
embeds: options.embeds,
|
embeds: options.embeds,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user