Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
makayla-moster committed Sep 13, 2023
2 parents e427cc6 + 5cbaf78 commit c5b7a1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cog_modules/taunts/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ async def no_38(self, ctx: commands.Context):
@no_38.error
async def no_38_error(self, ctx, error):
if isinstance(error, commands.CommandOnCooldown):
await ctx.send(f"You can only get or lose resources every 30 seconds. Try again in {round(error.retry_after, 2)} seconds.")
await ctx.send(
f"You can only get or lose resources every 30 seconds. Try again in {round(error.retry_after, 2)} seconds."
)

@commands.command(name="58")
async def no_58(self, ctx: commands.Context):
Expand Down

0 comments on commit c5b7a1b

Please sign in to comment.