UNPKG

dressed

Version:

A sleek, serverless-ready Discord bot framework.

4 lines (3 loc) 237 B
import { type APIInteraction } from "discord-api-types/v10"; import type { BaseInteractionMethods } from "../../types/interaction.ts"; export declare const baseInteractionMethods: (interaction: APIInteraction) => BaseInteractionMethods;