$playlistMoveTrack
$playlistMoveTrack
will move a track to a new position in the playlist.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Playlist name | true |
from | number | Old track position in the playlist | true |
to | number | New track position in the playlist | true |
userID? | snowflake | User ID | false |
You require Playlist
setup in your manager instance.
Example(s)
This will move a track to a new position in the playlist
This will move a track to a new position in the playlist