VoiceManager constructor

VoiceManager(
  1. NyxxRest client
)

Create a new VoiceManager.

Implementation

// ignore: deprecated_member_use_from_same_package
VoiceManager(this.client) : cache = Cache(client, 'voiceStates', client.options.voiceStateConfig);