fetchGuildVoiceRegions abstract method

Stream<IVoiceRegion> fetchGuildVoiceRegions(
  1. Snowflake guildId
)

Returns list of all voice regions that guild has access to

Implementation

Stream<IVoiceRegion> fetchGuildVoiceRegions(Snowflake guildId);