magmastream
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -154,5 +154,2 @@ "use strict"; | ||
async clearFilters() { | ||
this.player.filters = new Filters(this.player); | ||
await this.updateFilters(); | ||
// Reset filter status | ||
this.filterStatus = { | ||
@@ -170,2 +167,10 @@ bassboost: false, | ||
}; | ||
this.player.filters = new Filters(this.player); | ||
this.setEqualizer([]); | ||
this.setDistortion(null); | ||
this.setKaraoke(null); | ||
this.setRotation(null); | ||
this.setTimescale(null); | ||
this.setVibrato(null); | ||
await this.updateFilters(); | ||
return this; | ||
@@ -172,0 +177,0 @@ } |
{ | ||
"name": "magmastream", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A user-friendly Lavalink client designed for NodeJS.", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"@types/lodash": "^4.14.196", | ||
"@types/node": "^20.4.5", | ||
"@types/node": "^20.4.6", | ||
"@types/ws": "^8.5.3", | ||
@@ -22,0 +22,0 @@ "@typescript-eslint/eslint-plugin": "^6.2.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107181
2684