PlayerSubscription
Represents a subscription of a voice connection to an audio player, allowing the audio player to play audio on the voice connection.
export declare class PlayerSubscription
constructor(connection, player)
Constructs a new instance of the
PlayerSubscription
classThe voice connection of this subscription.
The audio player of this subscription.