import { editFollowupMessage } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Edits a follow-up message to an interaction.
Parameters
bot: Bot
- The bot instance to use to make the request.
messageId: BigString
- The ID of the message to edit.
options: InteractionCallbackData
- The parameters for the edit of the message.