Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/commands/options.ts>SlashCommandOption

An Object Oriented Discord API wrapper for Deno.
Latest
type alias SlashCommandOption
import { type SlashCommandOption } from "https://deno.land/x/denocordts@1.2.0/src/types/commands/options.ts";
definition: { type: number; name: string; description: string; required?: boolean; choices?: { name: string; value: string; }[]; options?: any; autocomplete?: boolean; }