Compare commits

..

No commits in common. "b1fb1211f46ec3914b64be57b95088088e09bc3e" and "19f43c8d136ae33b16e07923cf5ee6f93f70af8d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ client.on('messageCreate', message => {
if (!checkQueue(message)) return;
let queue = distube.getQueue(message);
let song = queue.songs[0];
message.channel.send(`Currently playing \`${song.name}\`\nDuration: \`${queue.formattedCurrentTime}\` / \`${song.formattedDuration}\``);
message.channel.send(`Currently playing \`${song.name}\`\nDuration: \`${queue.formattedCurrentTime}\` / \`${queue.formattedDuration}\``);
}
if (['seek', 'jump', 'j'].includes(command)) {