add /support

This commit is contained in:
vrubelroman 2025-11-16 20:23:01 +03:00
parent d52e962022
commit 5c69859868
2 changed files with 17 additions and 0 deletions

View file

@ -92,6 +92,15 @@ TRANSLATIONS = {
'period_games_section': "{emoji} {game_type}{games_count} games • {rating_change}\nRating: {rating}\n✅ Wins: {wins}\n❌ Losses: {losses}\n🤝 Draws: {draws}\n\n",
'no_activity': "📭 No activity for this period",
# Support
'support_message': (
"💬 <b>Support & Feedback</b>\n\n"
"You can write to the service developer directly and report a problem, suggest new features, or ask a question.\n\n"
"I will be happy to review every message and respond to it.\n\n"
"The developer accepts messages in <b>English</b> and <b>Russian</b> languages.\n\n"
"📧 Contact: <a href=\"https://t.me/vrubelr\">@vrubelr</a>"
),
# Common
'period_minutes_suffix': "m",
}