discord-music-player

Complete framework to facilitate music commands using discord.js v14 & v13.

MIT License

Downloads
1.3K
Stars
158
Committers
18

Bot releases are hidden (Show)

discord-music-player - 7.1.2 Update Latest Release

Published by SushiBtw over 3 years ago

DMP v7.1.2 Update:

  • Added PlayerOptions#deafenOnJoin option that auto-deafens the bot while joining the voice channel - Read More,
  • Added PlayerEvent#clientUndeafen event - Read More,
  • Removed Message object checkout while running a method.
discord-music-player - 7.1.1 Update

Published by SushiBtw over 3 years ago

DMP v7.1.1 Update:

  • Fixed issue with invalid timeout (partial options).
discord-music-player - 7.1.0 Update

Published by SushiBtw over 3 years ago

DMP v7.1.0 Update:

  • Added updateQueueOptions method,
  • Queue contains a options object now`,
  • Fixed Player#songChanged event (it contains oldSong now ),
  • Fixed Player#clientDisconnect event that was not firing up,,
  • Fixed playlist method not working while Queue existed,
  • Error event (Player#error) first element is the error string/object (Player#on('error', (Error, Message) => console.log(Error))).