fix: editReply wasn't working

This commit is contained in:
Yuzu 2022-08-28 17:42:15 -05:00
parent 7c13ac622a
commit 116666c99c

View File

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