onPlayerConnected property

Stream<LavalinkPlayer> onPlayerConnected

A stream of LavalinkPlayers emitted when a Lavalink player connects to a voice channel.

Implementation

Stream<LavalinkPlayer> get onPlayerConnected => _playerConnectedController.stream;