This commit is contained in:
parent
2ea84055aa
commit
6cd2459c30
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ export default {
|
|||
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({
|
||||
content: `⏱️ | \`${title}\` ${loc.get("c_play5")}.`,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue