Augmentation proba connection vocal (5%)
This commit is contained in:
parent
f0e930e831
commit
dafbabe0b8
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ async def voice_random_nicks(member, before, after):
|
||||||
if (
|
if (
|
||||||
before.channel is None
|
before.channel is None
|
||||||
and after.channel is not None
|
and after.channel is not None
|
||||||
and random.random() < 1 / 100
|
and random.random() < 5 / 100
|
||||||
and bot not in after.channel.members
|
and bot not in after.channel.members
|
||||||
):
|
):
|
||||||
await asyncio.sleep(random.randrange(60))
|
await asyncio.sleep(random.randrange(60))
|
||||||
|
|
Loading…
Reference in a new issue