- Добавление сообщения о поддержке проекта

This commit is contained in:
2025-09-30 21:05:30 +03:00
parent 6b0c8a05b9
commit b5f4472b33
4 changed files with 10 additions and 6 deletions

View File

@@ -279,7 +279,8 @@ class TelegramNewsClient:
text_data = site_api.get_news_content(topic_id, self.content_processor)
if text_data:
content = f"### {topic_title}\t\n" + text_data + "\n"
support_text = "Поддержать проект удобным для вас способом можно на сайте нашего проекта.\nhttps://linux-gaming.ru/t/podderzhat-proekt/123\n\n"
content = support_text + f"### {topic_title}\t\n" + text_data + "\n"
content = self.content_processor.format_for_telegram(content)
await self.send_message(