re-adjust gay time
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 8s

This commit is contained in:
Nexus 2024-05-14 17:55:53 +01:00
parent 889e43398e
commit 396effdee7

View file

@ -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.")