Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ohld committed Jun 10, 2024
1 parent 3c76d7b commit 6572ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tgbot/handlers/treasury/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def handle_show_leaderbaord(
"""
else:
LEADERBOARD_TEXT += (
"To see your place in the leaderboard, set your /nickname ⬅️\n\n"
"\nTo see your place in the leaderboard, set your /nickname ⬅️\n\n"
)

return await update.message.reply_text(LEADERBOARD_TEXT, parse_mode=ParseMode.HTML)
Expand Down

0 comments on commit 6572ee9

Please sign in to comment.