mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 18:35:28 +03:00
Initial commit
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
from aiogram import Router
|
||||
from aiogram.filters import CommandStart
|
||||
from aiogram.types import Message
|
||||
|
||||
router = Router()
|
||||
|
||||
@router.message(CommandStart())
|
||||
async def start_handler(message: Message) -> None:
|
||||
await message.answer("Привет! Я бот для тестирования по охране труда.")
|
||||
|
||||
Reference in New Issue
Block a user