Skip to content

Commit

Permalink
Update NightCore.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Appu <[email protected]>
  • Loading branch information
appujet authored Sep 15, 2024
1 parent 41697fe commit 7c51db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/filters/NightCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class NightCore extends Command {
const filterEnabled = player.filterManager.filters.nightcore;

if (filterEnabled) {
await player.filterManager.toggleTremolo();
await player.filterManager.toggleNightcore();
await ctx.sendMessage({
embeds: [
{
Expand Down

0 comments on commit 7c51db2

Please sign in to comment.