Latest
function getAvailableVoiceRegions
import { getAvailableVoiceRegions } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";

Gets the list of available voice regions.

Parameters

bot: Bot
  • The bot instance to use to make the request.

Returns

Promise<Collection<string, VoiceRegions>>

A collection of {@link VoiceRegions | VoiceRegion} objects assorted by voice region ID.