UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

9 lines (8 loc) 154 B
export interface IVoiceRegion { id: string; name: string; vip: boolean; optimal: boolean; deprecated: boolean; custom: boolean; }