Skip to content

Releases: xyligan-gp/discord-player-music

Update to 1.1.7

28 Jul 16:47
e00cf42
Compare
Choose a tag to compare
  • 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 current discord.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

11 Aug 20:18
63c72b0
Compare
Choose a tag to compare
  • Fix Voice Manager

Update to 1.1.5

08 Aug 16:11
24d80a4
Compare
Choose a tag to compare
  • 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

12 Jul 12:40
d40c4a3
Compare
Choose a tag to compare
  • Remove dependency on <Discord.Message> completely
  • The searchVideo() method has been replaced with searchSong()
  • Completely rewritten TypeScript code
  • The getSongIndex() and addSong() methods have been changed
  • The playerError event have been changed

Update to 1.1.2

04 Jul 15:59
50b27d7
Compare
Choose a tag to compare
  • 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 as public

Update to 1.1.1

28 Jun 22:49
ca9c8f4
Compare
Choose a tag to compare
  • 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

28 Jun 07:01
2f693f1
Compare
Choose a tag to compare
  • Fix filter system
  • Added the shuffle() method for shuffling songs in queue