Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method BaseCommandOption.prototype.validate
import { BaseCommandOption } from "https://deno.land/x/denocordts@1.2.0/src/structures/commands/slashCommands/options/base.ts";

Parameters

unnamed 0: { name: string; description: string; autocomplete?: boolean; choices?: Array<unknown>; }