Skip to content

Releases: tyowk/aoijs.lavalink

v4.8.0

31 Jan 13:54
4f4f65e
Compare
Choose a tag to compare

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

19 Jan 05:42
cdec720
Compare
Choose a tag to compare

What's Changed

  • Added $moveTrack
  • Fixed $lyrics
  • Fixed $deleteNowPlaying
  • Fixed $setNowPlaying
  • Fixed $playerChannelId
  • 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.6.0

15 Jan 13:01
966f8d0
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where the previous track failed to play when loop mode was enabled, causing playback to stop.

Compare | NPM


If you find any bugs, feel free to report them by open an issue or go to the support server.

v4.5.0

10 Jan 18:06
8465590
Compare
Choose a tag to compare

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.

v4.0.0

23 Dec 01:50
3b117b2
Compare
Choose a tag to compare

Base Version

NPM

If you find any bugs, feel free to report them by open an issue or go to the support server.