release: v3.3.0

This commit is contained in:
Elysia
2024-07-24 20:22:47 +07:00
parent f96c623b04
commit 2efb496bf7
5 changed files with 8 additions and 6 deletions

5
typings/index.d.ts vendored
View File

@@ -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 {