Skip to main content
Module

x/wackford/discordeno.ts>getOriginalInteractionResponse

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function getOriginalInteractionResponse
import { getOriginalInteractionResponse } from "https://deno.land/x/wackford@v0.0.1/discordeno.ts";

Gets the initial message response to an interaction.

Parameters

bot: Bot
  • The bot instance to use to make the request.
token: string
  • The interaction token to use, provided in the original interaction.

Returns

Promise<Message>

An instance of Message.