webhook-bot-js
Version:
A JavaScript library for creating Webhook-Based Discord Bots
4 lines (3 loc) • 317 B
TypeScript
import { APIChatInputApplicationCommandInteraction } from 'discord-api-types/v10';
export declare const getOption: (interaction: APIChatInputApplicationCommandInteraction, name: string) => any;
export declare const getStringOption: (interaction: APIChatInputApplicationCommandInteraction, name: string) => string;