magmastream 2.10.3-alpha.4 → 2.10.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -721,6 +721,8 @@ class PlayerUtils {
721
721
  paused: player.paused,
722
722
  playing: player.playing,
723
723
  position: player.position,
724
+ isAutoplay: player.isAutoplay,
725
+ autoplayTries: player.autoplayTries,
724
726
  trackRepeat: player.trackRepeat,
725
727
  queueRepeat: player.queueRepeat,
726
728
  dynamicRepeat: player.dynamicRepeat,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magmastream",
3
- "version": "2.10.3-alpha.4",
3
+ "version": "2.10.3-dev.1",
4
4
  "description": "A user-friendly Lavalink client designed for NodeJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",