Skip to content

Commit

Permalink
Change star rating design
Browse files Browse the repository at this point in the history
  • Loading branch information
minisbett committed Jan 2, 2024
1 parent db7e917 commit 49f03ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huisbot/Embeds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static Embed CalculatedScore(HuisCalculatedScore local, HuisCalculatedSco

return BaseEmbed
.WithColor(new Color(0x4061E9))
.WithTitle($"{beatmap.Artist} - {beatmap.Title} [{beatmap.Version}] {mods} [{difficultyRating:N2}{local.NewDifficultyRating}]")
.WithTitle($"{beatmap.Artist} - {beatmap.Title} [{beatmap.Version}] {mods} ({difficultyRating:N2}{local.NewDifficultyRating})")
.AddField("PP Comparison (Live → Local)", $"▸ **Total**: {total}\n▸ **Aim**: {aim}\n▸ **Tap**: {tap}\n▸ **Acc**: {acc}\n▸ **FL**: {fl}\n" +
$"{visualizer}{osu}\n{huisRework}{github}", true)
.AddField("Score Info", $"{local.Accuracy:N2}% ▸ {combo}\n{hits}\n{stats1}\n{stats2}\n{stats3}\n{stats4}", true)
Expand Down

0 comments on commit 49f03ac

Please sign in to comment.