From 10316dd25b11018e8b9a1eb1f161dd1f641f892b Mon Sep 17 00:00:00 2001 From: "William C." Date: Thu, 15 Feb 2024 16:05:10 -0500 Subject: [PATCH] changed job time --- cogs/economy.py | 2 +- json/data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/economy.py b/cogs/economy.py index 63e8278..520b32d 100644 --- a/cogs/economy.py +++ b/cogs/economy.py @@ -514,7 +514,7 @@ async def daily(ctx): @eco.command( aliases=["apply", "getjob", "gj", "workas", "howjob"] ) - @limiter(5, on_ratelimited=lambda ctx, delay, *_1, **_2: ctx.send(f"You're on cooldown! Please wait `{round(delay, 2)}s`!")) + @limiter(30, on_ratelimited=lambda ctx, delay, *_1, **_2: ctx.send(f"You're on cooldown! Please wait `{round(delay, 2)}s`!")) async def job(ctx, job=None): if job is None: embed = voltage.SendableEmbed( diff --git a/json/data.json b/json/data.json index cc563d7..492aa17 100644 --- a/json/data.json +++ b/json/data.json @@ -1,3 +1,3 @@ { - "uptime": 1708028117 + "uptime": 1708030562 } \ No newline at end of file