Skip to content

Commit

Permalink
lower cooldown for forced rank updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LBlend committed Feb 22, 2023
1 parent 4cafcb1 commit 7c06f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def set_gamemode(self, interaction: discord.Interaction, gamemode: Gamemod
'If you want to update your rank now, use </user update:1055686713655177231>') # TODO: remove hardcoded command mention
)

@app_commands.checks.cooldown(1, 60*60*12) # 12 hours
@app_commands.checks.cooldown(1, 60*10) # 10 mintues
@user_group.command(name='update')
async def force_user_rank_update(self, interaction: discord.Interaction):
"""
Expand Down

0 comments on commit 7c06f7e

Please sign in to comment.