diff --git a/src/cogs/gay_meter.py b/src/cogs/gay_meter.py index b6acf29..96828f1 100644 --- a/src/cogs/gay_meter.py +++ b/src/cogs/gay_meter.py @@ -20,7 +20,7 @@ class MeterCog(commands.Cog): await ctx.respond("Calculating...") for i in range(0, 125, 25): await ctx.edit(content="Calculating... %d%%" % i) - await asyncio.sleep(random.randint(1, 100) / 10) + await asyncio.sleep(random.randint(1, 30) / 10) pct = user.id % 100 await ctx.edit(content=f"{user.mention} is {pct}% gay.")