import { Queue } from "https://deno.land/x/lavadeno@3.3.0/testing/queue.ts";
Constructors
new
Queue(player: Player)Properties
Methods
private
_next()Get the next song in the queue.
Add songs to the queue.
emit<E extends keyof QueueEvents>(event: E, ...args: QueueEvents[E]): Promise<void>
shuffle(): void
Shuffle all the tracks in the queue.
start(): Promise<boolean>
Start the queue.