1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-01 20:54:33 +00:00

Update seek.js

This commit is contained in:
Musix
2020-07-30 10:43:36 +03:00
committed by GitHub
parent 4e8cf50972
commit f616100474

View File

@@ -7,7 +7,6 @@ module.exports = {
permission: "MANAGE_MESSAGES", permission: "MANAGE_MESSAGES",
category: "music control", category: "music control",
async execute(msg, args, client, Discord, command) { async execute(msg, args, client, Discord, command) {
console.log("seek")
const queue = client.queue.get(msg.guild.id); const queue = client.queue.get(msg.guild.id);
if (client.funcs.check(client, msg, command)) { if (client.funcs.check(client, msg, command)) {
if (queue.nightCore) if (queue.nightCore)