aqualink 2.11.3 → 2.11.4

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.
@@ -325,7 +325,7 @@ class Player extends EventEmitter {
325
325
  return this
326
326
  }
327
327
 
328
- destroy({ preserveClient = false, skipRemote = false } = {}) {
328
+ destroy({ preserveClient = true, skipRemote = false } = {}) {
329
329
  if (this.destroyed) return this
330
330
 
331
331
  this.destroyed = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aqualink",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
4
4
  "description": "An Lavalink client, focused in pure performance and features",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",