playIdentifier method

Future<void> playIdentifier(
  1. String identifier
)

Play a track in the voice channel by the track's identifier.

Implementation

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