Skip to content

Commit

Permalink
Fix annoying cooldown on shop command
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jul 5, 2024
1 parent ed5debb commit 11f37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/commands/econ.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ async def vault_withdraw(self, ctx: Ctx, emerald_blocks: str):

@commands.group(name="shop", case_insensitive=True)
@commands.guild_only()
@commands.cooldown(2, 10, commands.BucketType.user)
@commands.cooldown(4, 10, commands.BucketType.user)
async def shop(self, ctx: Ctx):
"""Shows the available options in the Villager Shop"""

Expand Down

0 comments on commit 11f37fe

Please sign in to comment.