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

Parameters

choices: { name: string; value: string; }[]