getVoiceConnections
declare function getVoiceConnections(group?: 'default'): Map<string, VoiceConnection>;declare function getVoiceConnections(group?: 'default'): Map<string, VoiceConnection>;Retrieves all the voice connections under the 'default' group.
| Name | Type | Optional | Description |
|---|---|---|---|
| group | 'default' | Yes | The group to look up |