function getOriginalInteractionResponseimport { getOriginalInteractionResponse } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.ts"; getOriginalInteractionResponse(bot: Bot, token: string): Promise<Message>Gets the initial message response to an interaction. Parametersbot: Bot The bot instance to use to make the request. token: string The interaction token to use, provided in the original interaction. ReturnsPromise<Message>An instance of Message.