update to discord-player-v6 #76
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ export default {
|
||||||
queue.node.play();
|
queue.node.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: When added to an existing queue (size of queue > 0):
|
||||||
|
// - Add position in queue
|
||||||
|
// - Add estimated time until playing
|
||||||
return await interaction.followUp({
|
return await interaction.followUp({
|
||||||
content: `⏱️ | \`${title}\` ${loc.get("c_play5")}.`,
|
content: `⏱️ | \`${title}\` ${loc.get("c_play5")}.`,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue