Releases: tyowk/aoijs.lavalink
Releases · tyowk/aoijs.lavalink
v4.8.0
What's Changed
- Fixed debug log error
- Resolved lyrics search issue
- Added more customizable volume options
- Added mute and deafen options for
$joinVC
and$connect
- Fixed issue with bypassing maximum queue size
- Added
$setMute
for managing mute state - Added
$setDeafen
for managing deafen state - Added
$queueDuration
to get queue duration - Updated player and node event handling
- Added option to customize maximum history size
- Fixed autoplay loading duplicate tracks
- Fixed various other bugs
Compare | NPM
If you find any bugs, feel free to report them by open an issue or go to the support server.
v4.7.0
v4.6.0
v4.5.0
What's Changed
Added
- Added playlist (see documentation)
- Added $addNode
- Added $clearHistory
- Added $deleteNode
- Added $destroyNode
- Added $eventInfo
- Added $history
- Added $historyLength
- Added $isNodeExists
- Added $lyrics
Renamed
- Renamed $isCurrentExist to $isCurrentExists
- Renamed $isPreviousExist to $isPreviousExists
- Renamed $lavalinkInfo to $nodeInfo
- Renamed $loadTrackType to $trackLoadType
- Renamed $removeSong to $removeTrack
Playlist
- Added support for playlist management features:
- $isPlaylistExists
- $playlist
- $playlistAddTrack
- $playlistClear
- $playlistCreate
- $playlistDelete
- $playlistLength
- $playlistMaxPlaylist
- $playlistMaxSongs
- $playlistMoveTrack
- $playlistPlay
- $playlistRemoveTrack
- $playlistRename
- $playlistShow
- $playlistSongInfo
- $playlistCount
Other
- Removed $errorReason (use $eventInfo instead)
- Removed $nodeName (use $eventInfo instead)
- Fixed shuffle and unshuffle functions
- Fixed search caching
- $songInfo now supports history using negative numbers
Compare | NPM
If you find any bugs, feel free to report them by open an issue or go to the support server.