Skip to main content
Module

x/biscuit/mod.ts>DiscordVoiceRegion

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordVoiceRegion
Re-export
import { type DiscordVoiceRegion } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

id: string

Unique Id for the region

name: string

Name of the region

optimal: boolean

true for a single server that is closest to the current user's client

deprecated: boolean

Whether this is a deprecated voice region (avoid switching to these)

custom: boolean

Whether this is a custom voice region (used for events/etc)

id: string

Unique Id for the region

name: string

Name of the region

optimal: boolean

true for a single server that is closest to the current user's client

deprecated: boolean

Whether this is a deprecated voice region (avoid switching to these)

custom: boolean

Whether this is a custom voice region (used for events/etc)