diff --git a/helpers/interactions/responses/editFollowupMessage.ts b/helpers/interactions/responses/editFollowupMessage.ts index ae905ef2f..66b44f6cd 100644 --- a/helpers/interactions/responses/editFollowupMessage.ts +++ b/helpers/interactions/responses/editFollowupMessage.ts @@ -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,