Skip to content

Commit

Permalink
Added leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed May 17, 2021
1 parent d3906e7 commit 039bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
}

if showHelpPage {
helpText := "<fg=white;op=bold;>ok</> - ok\n<fg=white;op=bold;>ok stats</> - shows your statistics\n<fg=white;op=bold;>ok reset</> - resets your statistics\n<fg=white;op=bold;>ok leaderboard</> - shows the OK leaderboard\n<fg=white;op=bold;>ok submit</> - submit your profile to the player list\n"
helpText := "<fg=white;op=bold;>ok</> - ok\n<fg=white;op=bold;>ok stats</> - shows your statistics\n<fg=white;op=bold;>ok reset</> - resets your statistics\n<fg=white;op=bold;>ok leaderboard</> - shows the OK leaderboard\n<fg=white;op=bold;>ok submit</> - submit your profile to the leaderboard\n"
color.Printf(helpText)
} else if showPlayerList {
fmt.Println("Fetching leaderboard...")
Expand Down

0 comments on commit 039bcd0

Please sign in to comment.