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

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

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