diff --git a/src/commands/music/play.ts b/src/commands/music/play.ts index 3f54775..861d8c0 100644 --- a/src/commands/music/play.ts +++ b/src/commands/music/play.ts @@ -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")}.`, });