1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
},
};
};