Compare commits
2 Commits
19f43c8d13
...
b1fb1211f4
Author | SHA1 | Date |
---|---|---|
minish | b1fb1211f4 | |
minish | 644557d683 |
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}\` / \`${queue.formattedDuration}\``);
|
message.channel.send(`Currently playing \`${song.name}\`\nDuration: \`${queue.formattedCurrentTime}\` / \`${song.formattedDuration}\``);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (['seek', 'jump', 'j'].includes(command)) {
|
if (['seek', 'jump', 'j'].includes(command)) {
|
||||||
|
|
Loading…
Reference in New Issue