7 lines
146 B
Python
Raw Permalink Normal View History

2024-04-27 21:42:08 +04:00
from aiogram.types import Message
from app import views
async def start_command(message: Message):
await message.answer(views.start_text())