mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +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)
|
||||
|
Loading…
Reference in New Issue
Block a user