Skip to content

Commit

Permalink
🥭 Mango
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 18, 2024
1 parent f8f86e2 commit f50f9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/dq/calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def calc_potential(self, ctx, current_power: int, current_upgrades: int, t
@app_commands.describe(ring1_power="The power of your 1st ring.")
@app_commands.describe(ring2_power="The power of your 2nd ring.")
@app_commands.describe(damage_skill_points="The amount of damage skill points you have.")
@app_commands.choices(command=[
@app_commands.choices(ability=[
app_commands.Choice(name="Spinning Blade Smash / Void Dragon", value="Spinning Blade Smash / Void Dragon"),
app_commands.Choice(name="Kunai Knives (3 ticks)", value="Kunai Knives (3 ticks)"),
app_commands.Choice(name="Rift Beam (37 ticks)", value="Rift Beam (37 ticks)"),
Expand Down

0 comments on commit f50f9e7

Please sign in to comment.