API reference
Method RemoveFromQueue
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
RemoveFromQueue(LavalinkTrack)
Removes the specified track from the queue.
public void RemoveFromQueue(LavalinkTrack track)
Parameters
trackLavalinkTrackThe track to remove.
RemoveFromQueue(string)
Removes the track with the specified title (identifier) from the queue.
public void RemoveFromQueue(string identifier)
Parameters
identifierstringThe title (identifier) of the track to remove.