release: v3.3.0
This commit is contained in:
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@@ -884,7 +884,10 @@ export class ClientVoiceManager {
|
||||
public adapters: Map<Snowflake, InternalDiscordGatewayAdapterLibraryMethods>;
|
||||
public connections: Collection<Snowflake, VoiceConnection>;
|
||||
|
||||
public joinChannel(channel: VoiceChannel | StageChannel | DMChannel | GroupDMChannel, config?: JoinChannelConfig): Promise<VoiceConnection>;
|
||||
public joinChannel(
|
||||
channel: VoiceChannel | StageChannel | DMChannel | GroupDMChannel,
|
||||
config?: JoinChannelConfig,
|
||||
): Promise<VoiceConnection>;
|
||||
}
|
||||
|
||||
export interface JoinChannelConfig {
|
||||
|
||||
Reference in New Issue
Block a user