Skip to content

Commit

Permalink
🌴 dumb bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 18, 2024
1 parent 5cc9381 commit 19360e6
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 @@ -124,7 +124,7 @@ async def calc_runs(self, ctx, current_level: int, goal_level: int, dungeon_name
result = calculate_runs(current_level, goal_level, dungeon_name, event_active, booster_active, vip)

embed = Embed(title="Dungeon Runs Calculator",
description=f"To go from **Level {result["current_level"]}** to **Level {result["goal_level"]}** in **{result["dungeon_name"]}** you will need **{result["xp_needed"]} XP**")
description=f"To go from **Level {result['current_level']}** to **Level {result['goal_level']}** in **{result['dungeon_name']}** you will need **{result['xp_needed']} XP**")
embed.set_author(name="Dungeon Quest Helper", url="https://www.roblox.com/games/2414851778")

runs = result["runs"]
Expand Down

0 comments on commit 19360e6

Please sign in to comment.