diff --git a/src/tgbot/handlers/treasury/commands.py b/src/tgbot/handlers/treasury/commands.py index 3aa2e9a7..f00e0678 100644 --- a/src/tgbot/handlers/treasury/commands.py +++ b/src/tgbot/handlers/treasury/commands.py @@ -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)