From f6161004746077a55b0586b255dea2a1d68d97b5 Mon Sep 17 00:00:00 2001 From: Musix <68941705+Musix-Bot@users.noreply.github.com> Date: Thu, 30 Jul 2020 10:43:36 +0300 Subject: [PATCH] Update seek.js --- src/commands/seek.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +};