Skip to content

Commit

Permalink
💮 Set the inline to be true for aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 19, 2024
1 parent 6ac3c71 commit 0bc1b2d
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 @@ -142,6 +142,6 @@ async def calc_runs(self, ctx, current_level: int, goal_level: int, dungeon_name
runs = result["runs"]

for run in runs.items():
embed.add_field(name=f"{run[0]} Runs", value=f"**{fn(run[1])}** runs", inline=False)
embed.add_field(name=f"{run[0]} Runs", value=f"**{fn(run[1])}** runs", inline=True)

await ctx.send(embed=embed)

0 comments on commit 0bc1b2d

Please sign in to comment.