feat(commands/voice/queue): allow queueing more than 5 if only member in channel

This commit is contained in:
2025-01-05 18:33:36 -05:00
parent ac2fc1c52d
commit d7ab46a20e

View File

@@ -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,