Compare commits
No commits in common. "b1fb1211f46ec3914b64be57b95088088e09bc3e" and "19f43c8d136ae33b16e07923cf5ee6f93f70af8d" have entirely different histories.
b1fb1211f4
...
19f43c8d13
2
index.js
2
index.js
|
@ -149,7 +149,7 @@ client.on('messageCreate', message => {
|
||||||
if (!checkQueue(message)) return;
|
if (!checkQueue(message)) return;
|
||||||
let queue = distube.getQueue(message);
|
let queue = distube.getQueue(message);
|
||||||
let song = queue.songs[0];
|
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)) {
|
if (['seek', 'jump', 'j'].includes(command)) {
|
||||||
|
|
Loading…
Reference in New Issue