Skip to content

Commit

Permalink
fix: SyntaxError: Identifier 'path' has already been declared
Browse files Browse the repository at this point in the history
  • Loading branch information
LewdHuTao committed Sep 21, 2024
1 parent f559150 commit 348f276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/slash/music/NowPlaySlash.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const SlashCommand = require("../../../structures/SlashCommand");
const path = require("path");
const { EmbedBuilder, AttachmentBuilder } = require("discord.js");
const { classicCard } = require("songcard");
const path = require("path");

const command = new SlashCommand()
.setName("nowplay")
Expand Down

0 comments on commit 348f276

Please sign in to comment.