mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
🐛 - fix: bot.helpers.editFollowUpMessage - id conversion (#2495)
This commit is contained in:
@@ -33,7 +33,7 @@ export async function editFollowupMessage(
|
||||
"PATCH",
|
||||
bot.constants.routes.WEBHOOK_MESSAGE(bot.applicationId, token, messageId),
|
||||
{
|
||||
messageId,
|
||||
messageId: messageId.toString(),
|
||||
...bot.transformers.reverse.interactionResponse(bot, {
|
||||
type: InteractionResponseTypes.UpdateMessage,
|
||||
data: options,
|
||||
|
||||
Reference in New Issue
Block a user