diff --git a/botbotbot/__main__.py b/botbotbot/__main__.py index c553003..c5ec41c 100644 --- a/botbotbot/__main__.py +++ b/botbotbot/__main__.py @@ -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))