Releases: xyligan-gp/discord-player-music
Releases · xyligan-gp/discord-player-music
Update to 1.1.7
- The module has been completely rewritten to the new structure and the TypeScript language
- Replaced old domain dpm-docs with new one dpm-website
- Added new managers, simplified work with old ones
- Optimization of module algorithms
- Added server playlist functionality
- Removed support for
discord.js v12
and added support for the currentdiscord.js v14
- Updated dependency versions to the latest ones
- Updated old and added new events
- Partial transition to enumerated types (enum)
- The rest of the changes can be seen more clearly on the updates page...
Update to 1.1.6
- Fix Voice Manager
Update to 1.1.5
- The module structure has been completely rewritten on managers
- Completely rewritten
README.md
- Rewritten TypeScript code
- Correction of bugs and errors
- Adding support for
discord.js v13
- and many other changes...
Update to 1.1.3
- Remove dependency on
<Discord.Message>
completely - The
searchVideo()
method has been replaced withsearchSong()
- Completely rewritten TypeScript code
- The
getSongIndex()
andaddSong()
methods have been changed - The
playerError
event have been changed
Update to 1.1.2
- Updating the documentation for the new design style
- The module structure has been completely rewritten
- Added class
Utils
, some methods have been moved to it and marked aspublic
Update to 1.1.1
- The
playerError
event has started to catch more errors about which users can be warned - When receiving an error
Status code: 403
, the module will restart the stream (previously, the stream simply ended) - Add the
removeSong()
method for removing songs from the queue - Completely rewritten
README.md
- Release of module documentation. Link: dpm-docs
Update to 1.1.0
- Fix filter system
- Added the
shuffle()
method for shuffling songs in queue