Skip to content

Commit

Permalink
formatting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
2vw committed Feb 15, 2024
1 parent 89a4db1 commit 58ec21e
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 @@ -507,7 +507,7 @@ async def withdraw(ctx, amount):
await create_account(ctx)

@eco.command()
@limiter(86400, on_ratelimited=lambda ctx, delay, *_1, **_2: ctx.send(f"You're on cooldown! Please try again in `{strfdelta(datetime.timedelta(seconds=delay), "{hours}h {minutes}m {seconds} seconds!")}`!"))
@limiter(86400, on_ratelimited=lambda ctx, delay, *_1, **_2: ctx.send(f"You're on cooldown! Please try again in `{strfdelta(datetime.timedelta(seconds=delay), "{hours}h {minutes}m {seconds}s!")}`!"))
async def daily(ctx):
return await ctx.send("hi this is coming REAL soon i swear")

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": 1708028060
"uptime": 1708028117
}

0 comments on commit 58ec21e

Please sign in to comment.