From 786de8412b81c905c3de2dee8790ea90afb1576c Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Tue, 31 Dec 2024 19:47:28 -0500 Subject: [PATCH] feat(commands/voice/queue): print index after queueing --- commands/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/voice.py b/commands/voice.py index 90ba18f..d7d30be 100644 --- a/commands/voice.py +++ b/commands/voice.py @@ -127,7 +127,7 @@ async def queue_or_play(message): else: await utils.reply( message, - f"**+** {queued.format()}", + f"**{len(players[message.guild.id].queue)}.** {queued.format()}", ) else: if tokens[0].lower() == "play":