diff --git a/src/commands/seek.js b/src/commands/seek.js index 56420c96..3ff17eae 100644 --- a/src/commands/seek.js +++ b/src/commands/seek.js @@ -7,7 +7,6 @@ module.exports = { permission: "MANAGE_MESSAGES", category: "music control", async execute(msg, args, client, Discord, command) { - console.log("seek") const queue = client.queue.get(msg.guild.id); if (client.funcs.check(client, msg, command)) { if (queue.nightCore) @@ -35,4 +34,4 @@ module.exports = { client.funcs.end(client, msg, pos, command); } }, -}; \ No newline at end of file +};