Skip to content

Commit

Permalink
❎ add an extra s
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 18, 2024
1 parent 19360e6 commit 3d6ff09
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 @@ -99,7 +99,7 @@ async def calc_damage(self, ctx, ability: app_commands.Choice[str], helmet_power
@app_commands.describe(event_active="Whether the x2 EXP event is active.")
@app_commands.describe(booster_active="Whether the EXP potion is active.")
@app_commands.describe(vip="Whether you have VIP.")
@app_commands.choice(dungeon_name=[
@app_commands.choices(dungeon_name=[
app_commands.Choice(name="Abyssal Void", value="Abyssal Void"),
app_commands.Choice(name="Yokai Peak", value="Yokai Peak"),
app_commands.Choice(name="Gilded Skies", value="Gilded Skies"),
Expand Down

0 comments on commit 3d6ff09

Please sign in to comment.