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 {