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

This commit is contained in:
Ryan 2025-01-05 18:33:36 -05:00
parent ac2fc1c52d
commit d7ab46a20e
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

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,