From 6cd2459c307c9db73193c8769d8afa528e6dd7da Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Mar 2023 14:01:32 +0100 Subject: [PATCH] add todo --- src/commands/music/play.ts | 3 +++ 1 file changed, 3 insertions(+) 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")}.`, });