Method ListVoiceRegionsAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
ListVoiceRegionsAsync()
Gets the voice regions for this guild.
public Task<IReadOnlyList<DiscordVoiceRegion>> ListVoiceRegionsAsync()
Returns
- Task<IReadOnlyList<DiscordVoiceRegion>>
Voice regions available for this guild.
Exceptions
- ServerErrorException
Thrown when Discord is unable to process the request.