import { type Transformers } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts";
Properties
reverse: { allowedMentions: (bot: Bot, payload: AllowedMentions) => DiscordAllowedMentions; embed: (bot: Bot, payload: Embed) => DiscordEmbed; component: (bot: Bot, payload: Component) => DiscordComponent; activity: (bot: Bot, payload: Activity) => DiscordActivity; member: (bot: Bot, payload: Member) => DiscordMember; user: (bot: Bot, payload: User) => DiscordUser; team: (bot: Bot, payload: Team) => DiscordTeam; application: (bot: Bot, payload: Application) => DiscordApplication; snowflake: (snowflake: bigint) => string; createApplicationCommand: (bot: Bot, payload: CreateApplicationCommand) => DiscordCreateApplicationCommand; applicationCommand: (bot: Bot, payload: ApplicationCommand) => DiscordApplicationCommand; applicationCommandOption: (bot: Bot, payload: ApplicationCommandOption) => DiscordApplicationCommandOption; applicationCommandOptionChoice: (bot: Bot, payload: ApplicationCommandOptionChoice) => DiscordApplicationCommandOptionChoice; interactionResponse: (bot: Bot, payload: InteractionResponse) => DiscordInteractionResponse; attachment: (bot: Bot, payload: Attachment) => DiscordAttachment; }