From d7ab46a20e01fa6dc73170f5594ceefdf467d05a Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sun, 5 Jan 2025 18:33:36 -0500 Subject: [PATCH] feat(commands/voice/queue): allow queueing more than 5 if only member in channel --- commands/voice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/voice.py b/commands/voice.py index 48bc7cb..19110b0 100644 --- a/commands/voice.py +++ b/commands/voice.py @@ -126,6 +126,7 @@ async def queue_or_play(message, edited=False): ) ) >= 5 + and not len(message.guild.voice_client.channel.members) == 2 ): await utils.reply( message,