mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 01:20:48 +00:00
fixes
This commit is contained in:
@ -10,7 +10,7 @@ module.exports = {
|
||||
const getThumb = require("video-thumbnail-url");
|
||||
const queue = client.queue.get(msg.guild.id);
|
||||
if (!queue) return msg.channel.send(client.messages.noServerQueue);
|
||||
let songTime = (queue.songs[0].length * 1000).toFixed(0);
|
||||
let songTime = (queue.songs[0].songLength * 1000).toFixed(0);
|
||||
let completed = (
|
||||
queue.connection.dispatcher.streamTime + queue.time
|
||||
).toFixed(0);
|
||||
|
Reference in New Issue
Block a user