UNPKG

webhook-bot-js

Version:

A JavaScript library for creating Webhook-Based Discord Bots

3 lines (2 loc) 200 B
import { APIInteraction, APIInteractionResponse } from 'discord-api-types/v10'; export declare const handleInteraction: (interaction: APIInteraction) => Promise<APIInteractionResponse | undefined>;