Table of Contents

Property InternalVoiceRegions

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

InternalVoiceRegions

Gets the list of available voice regions. This property is meant as a way to modify VoiceRegions.

protected ConcurrentDictionary<string, DiscordVoiceRegion> InternalVoiceRegions { get; set; }

Property Value

ConcurrentDictionary<string, DiscordVoiceRegion>