getVoiceConnection

Finds a voice connection with the given guild id and group. Defaults to the 'default' group.
export declare function getVoiceConnection(guildId: string, group?: string): VoiceConnection | undefined;
NameTypeOptionalDescription
guildIdstringNo
The guild id of the voice connection
groupstringYes
the group that the voice connection was registered with