$autoPlay
$autoPlay will autoplay songs.
Usage
$autoPlay[type?]Parameters
| Field | Type | Description | Required | 
|---|---|---|---|
| type? | string | Type  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:
1client.command({2    name: "autoPlay",3    code: `4    $autoPlay[relative]5  `6});