- Update error message and correct autoplay function imports
- Improve error message for missing 'endpoint' in VOICE_SERVER_UPDATE
- Fix incorrect imports for autoplay functions:
- Update import from 'soundcloud, spotify' to 'spAutoPlay, scAutoPlay'
- Adjust function calls to use correctly imported names Full Changelog: https://github.com/riffy-team/riffy/compare/1.0.7-rc.1...v1.0.7-rc.2
- feat: use primitive types instead of wrappers by @feenko in #12
- feat: readme.md refresh by @feenko in #13
- And
- Some Types fixtures
- added Default Volume and loop option to
createConnection
- @feenko made their first contribution in #12 Full Changelog: https://github.com/riffy-team/riffy/compare/1.0.7-beta.1...1.0.7-rc.1u
- Improved Typings
- Passing
channel_id
asnull
in.setStateUpdate()
inConnection
Class should emitplayerDestroy
event. node.send
andnode.region
is not an option anymore, usenode.regions
instead- This version rollbacks the some commits & changes mainly like
autoPlay
, Node version checks from https://github.com/riffy-team/riffy/commit/f53fbf07640e78ae4e3cc2b6009eb8d5c9104788 - This version fixes
updatePlayer
throwing Error for Constant variable leading to failure of conversion inencodedTrack
property. Also Fixes tracks being empty inriffy.resolve()
for v3 Node due to incorrect condition of the ternary operator
- Kindly report any found bugs and issues to us.
- Node Connections now be checked for inactivity on the basis of interval of sending node stats
- Allows you to add Nodes based on regions
- If region is provided in
.createConnection()
options, that same node will be used to resolve songs. Ref- #7 - Fix of
.fetchRegion()
onRiffy
for different lavalink versions
- Fixed plugin load error.
.seek()
function will not push the song forward, rather than that it will get the seeker to the passed section.
- Player will not lag up if disconnected manually from the VC.
- In this new 1.0.0 (beta-out) version, we fixed the filters and some very unnoticeable bugs.
- Check out the docs for more information.
.resolve()
can now resolve songs with Identifiers for Spotify and Youtube
- Updated track for plugin support
- Player skipping track while doing
Player.autoplay()
has been fixed. - New Property has been added to
Player
i.e.,.isAutoplay
- Implementation on Autoplay has been changed a bit. Check the documentation for new Implementation
- Functions like
.setBassboost()
has been fixed.
Player.play()
will throw error if prior connection is not initiated viaRiffy.createConnection()
- Removed empty collections
- Updated typing's
- Added Compatibility Filters
- You can now remove a Filter by passing
null
as an argument in Function Method. - Volume Property in Filters is now synced with
Player.volume
- Fixed Spotify image not fetching.
Riffy is a pro lavalink client. It is designed to be simple and easy to use, with a focus on stability and more features.
- Know more riffy.js.org