function getVoiceRegionsimport { getVoiceRegions } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; getVoiceRegions(bot: Bot, guildId: BigString): Promise<Collection<string, VoiceRegions>>Gets the list of voice regions for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the voice regions for. ReturnsPromise<Collection<string, VoiceRegions>>A collection of VoiceRegions | VoiceRegion objects assorted by voice region ID.