Skip to content

Commit

Permalink
fix(chunithm/search): fix displaying chart-specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Dec 19, 2024
1 parent 60dd641 commit 1fa052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/chunithm/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ async def _info_inner(self, ctx: Context, *, query: str, detailed: bool = False)
difficulty = Difficulty.from_short_form(chart.difficulty)

song_description += (
f"**Version ({difficulty})**: {chart.version}"
f"**Version ({difficulty})**: {chart.version}\n"
)

song_description += f"**BPM**: {displayed_bpm}\n"
Expand Down

0 comments on commit 1fa052c

Please sign in to comment.