Augmentation proba connection vocal (5%)

This commit is contained in:
Edgar P. Burkhart 2024-06-15 17:45:54 +02:00
parent f0e930e831
commit dafbabe0b8
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ async def voice_random_nicks(member, before, after):
if (
before.channel is None
and after.channel is not None
and random.random() < 1 / 100
and random.random() < 5 / 100
and bot not in after.channel.members
):
await asyncio.sleep(random.randrange(60))