it.discordbot.command.music.config / TrackScheduler / queue

queue

val queue: Queue<AudioTrack> fun queue(track: AudioTrack): Unit

Add the next track to queue or play right away if nothing is in the queue.

Parameters

track - The track to play or add to queue.