export class ClientVoiceManager
Manages voice connections for the client
Map<Snowflake, InternalDiscordGatewayAdapterLibraryMethods> adapters :
Maps guild ids to voice adapters created for use with @discordjs/voice
.
readonlyClient client :
The client that instantiated this voice manager