function getVoiceRegionsimport { getVoiceRegions } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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 {@link VoiceRegions | VoiceRegion} objects assorted by voice region ID.