mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-22 14:53:17 +00:00
Update seek.js
This commit is contained in:
parent
4e8cf50972
commit
f616100474
@ -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);
|
||||
}
|
||||
},
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user