Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function sendAutocompleteChoices
import { sendAutocompleteChoices } from "https://deno.land/x/discordeno@17.0.0/plugins/helpers/src/sendAutoCompleteChoices.ts";

Parameters

bot: Bot
interactionId: BigString
interactionToken: string
choices: ApplicationCommandOptionChoice[]

Returns

Promise<void>