playEncoded method

Future<void> playEncoded(
  1. String encodedTrack
)

Play a track in the voice channel using the track's encoded representation.

Implementation

Future<void> playEncoded(String encodedTrack) => lavalinkClient.updatePlayer(guildId.toString(), encodedTrack: encodedTrack);