Skip to content

Commit

Permalink
lowPass.ts 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu authored Apr 4, 2024
1 parent b7fb346 commit 1972b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/filters/lowPass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any> {
Expand Down

0 comments on commit 1972b7b

Please sign in to comment.