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