Skip to content

Releases: SushiBtw/discord-music-player

7.1.2 Update

14 Apr 21:00
Compare
Choose a tag to compare

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.

7.1.1 Update

11 Apr 19:35
Compare
Choose a tag to compare

DMP v7.1.1 Update:

  • Fixed issue with invalid timeout (partial options).

7.1.0 Update

11 Apr 17:16
Compare
Choose a tag to compare

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))).