fix: corrected the layout of buttons in settings and text in main menu
This commit is contained in:
@@ -73,7 +73,7 @@ func (h *Handler) buildStatusText(chatID int64) string {
|
||||
text += fmt.Sprintf("\nLevel: %d | XP: %d", stats.Level, stats.XP)
|
||||
rankText := h.buildLeagueRankText(user.ID)
|
||||
if rankText != "" {
|
||||
text += fmt.Sprintf(" | %s", rankText)
|
||||
text += fmt.Sprintf("\n %s", rankText)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user