feat(commands/voice/queue): allow queueing more than 5 if only member in channel
This commit is contained in:
parent
ac2fc1c52d
commit
d7ab46a20e
@ -126,6 +126,7 @@ async def queue_or_play(message, edited=False):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
>= 5
|
>= 5
|
||||||
|
and not len(message.guild.voice_client.channel.members) == 2
|
||||||
):
|
):
|
||||||
await utils.reply(
|
await utils.reply(
|
||||||
message,
|
message,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user