Skip to content

Commit

Permalink
changed job time
Browse files Browse the repository at this point in the history
  • Loading branch information
2vw committed Feb 15, 2024
1 parent 58ec21e commit 10316dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cogs/economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion json/data.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"uptime": 1708028117
"uptime": 1708030562
}

0 comments on commit 10316dd

Please sign in to comment.