Search...

getVoiceConnection

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