1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 01:26:17 +00:00
This commit is contained in:
mihalin
2021-09-16 03:20:31 +03:00
parent 62de96c500
commit 83a7d801ed
6 changed files with 118 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ async def message_handler(message, *args, **kwargs):
if message.text and message.text.startswith("/start"):
# На команду start нужно ответить, не пересылая сообщение никуда
return SendMessage(chat_id=message.chat.id,
text=bot.start_text)
text=bot.start_text + ServerSettings.append_text())
super_chat_id = await bot.super_chat_id()