Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 296 Bytes

usdqueuestatus.md

File metadata and controls

19 lines (14 loc) · 296 Bytes
description
Returns the current Queue Status.

$queueStatus

This function will tell you the current status of the queue, if it's playing, paused or idle.

Example:

bot.command({
    name: "queuestatus",
    code: `
    The queue is currently $queueStatus
    `
})