getGuildVoiceRegions

open override fun getGuildVoiceRegions(guildId: Snowflake): Flow<Region>(source)

Requests the regions of the Guild with the given guildId.

The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.