Второй стрим

This commit is contained in:
2024-03-11 01:56:43 +04:00
parent 2649b9136a
commit 62922cf613
11 changed files with 147 additions and 12 deletions

7
app/handlers/simple.py Normal file
View File

@ -0,0 +1,7 @@
from aiogram.types import Message
from app import views
async def start_command(message: Message):
await message.answer(views.start_text())