From 1972b7be2bf158720c254a183c04bf8453a1ac1b Mon Sep 17 00:00:00 2001 From: hwangsihu <129564966+hwangsihu@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:56:32 +0900 Subject: [PATCH] =?UTF-8?q?lowPass.ts=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/filters/lowPass.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {