stopPlaying method

Future<void> stopPlaying()

Stop the currently playing track.

Implementation

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