diff --git a/package.json b/package.json index f9bfc4473..e01bb280c 100644 --- a/package.json +++ b/package.json @@ -35,25 +35,25 @@ "homepage": "https://github.com/appujet/lavamusic#readme", "devDependencies": { "@types/better-sqlite3": "^7.6.9", - "@types/node": "^20.11.30", + "@types/node": "^20.12.4", "@types/signale": "^1.4.7", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^52.0.0", "prettier": "^3.2.5", "ts-node": "^10.9.2", "typescript": "^5.4.3" }, "dependencies": { - "better-sqlite3": "^9.4.3", + "better-sqlite3": "^9.4.5", "discord.js": "^14.14.1", "dotenv": "^16.4.5", "shoukaku": "^4.0.1", "signale": "^1.4.0", "tslib": "^2.6.2", - "undici": "^6.10.2" + "undici": "^6.11.1" }, "signale": { "displayScope": true, diff --git a/src/commands/filters/lowPass.ts b/src/commands/filters/lowPass.ts index a45ae2ab6..5cb5c1c93 100644 --- a/src/commands/filters/lowPass.ts +++ b/src/commands/filters/lowPass.ts @@ -24,7 +24,7 @@ export default class lowPass extends Command { client: ['SendMessages', 'ViewChannel', 'EmbedLinks'], user: ['ManageGuild'], }, - slashCommand: false, + slashCommand: true, }); } public async run(client: Lavamusic, ctx: Context): Promise {