add todo
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-03-05 14:01:32 +01:00
parent 2ea84055aa
commit 6cd2459c30
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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")}.`,
});