mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56: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
|
||||
>(
|
||||
options.messageId
|
||||
? WEBHOOK_MESSAGE(this.id, this.token, options.messageId)
|
||||
: WEBHOOK_MESSAGE_ORIGINAL(this.id, this.token),
|
||||
? WEBHOOK_MESSAGE(this.session.applicationId, this.token, options.messageId)
|
||||
: WEBHOOK_MESSAGE_ORIGINAL(this.session.applicationId, this.token),
|
||||
{
|
||||
content: options.content,
|
||||
embeds: options.embeds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user