Skip to content

$autoPlay

$autoPlay will autoplay songs.

Usage

$autoPlay[type?]

Parameters

FieldTypeDescriptionRequired
type?stringType
1. relative (default)
2. spotify
3. youtube
4. soundcloud
5. none
false

Example(s)

This will automatically add songs to your queue from the given type:

1
client.command({
2
name: "autoPlay",
3
code: `
4
$autoPlay[relative]
5
`
6
});