Skip to content

Commit

Permalink
Update based on Lexon feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jauggy committed Jun 28, 2024
1 parent 174f657 commit c8fc827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/teiserver/coordinator/coordinator_commands.ex
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,15 @@ defmodule Teiserver.Coordinator.CoordinatorCommands do
end)
|> Enum.sort()

chevron_level = Map.get(stats, "rank", 0) + 1

msg =
[
@splitter,
"You are #{sender.name}",
"#{total_hours} total hours (#{player_hours} h playing, #{spectator_hours} h spectating, #{lobby_hours} h in lobby)",
"Profile link: #{profile_link}",
"Chevron level: #{chevron_level}",
"Skill ratings:",
ratings,
accolades_string
Expand Down

0 comments on commit c8fc827

Please sign in to comment.