API reference
Method RemoveFromQueueAt
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
RemoveFromQueueAt(int)
Removes the track at the specified index from the queue.
public void RemoveFromQueueAt(int index)
Parameters
indexintThe zero-based index of the track to remove.