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