Skip to content

Commit

Permalink
πŸ› not sure what run even is
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 18, 2024
1 parent c09453a commit de71da9
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 @@ -129,6 +129,6 @@ async def calc_runs(self, ctx, current_level: int, goal_level: int, dungeon_name
runs = result["runs"]

for run in runs:
embed.add_field(name=f"{run.key} Runs", value=f"**{run.value}** runs", inline=False)
embed.add_field(name=f"{run} Runs", value=f"**{run}** runs", inline=False)

await ctx.send(embed=embed)

0 comments on commit de71da9

Please sign in to comment.