fix: removed an stray space character in text of main menu league
All checks were successful
CI / build (push) Successful in 1m6s
All checks were successful
CI / build (push) Successful in 1m6s
This commit is contained in:
@@ -60,7 +60,7 @@ func (h *Handler) buildStatusText(user *domain.User) string {
|
||||
text += fmt.Sprintf("\nLevel: %d | XP: %d", stats.Level, stats.XP)
|
||||
rankText := h.buildLeagueRankText(user.ID)
|
||||
if rankText != "" {
|
||||
text += "\n " + rankText
|
||||
text += "\n" + rankText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user