This commit is contained in:
hhh
2025-01-02 22:19:43 +02:00
commit 9e29d01f1d
28 changed files with 1171 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from aiogram import Router, types
from aiogram.filters import Command
router = Router()
@router.message(Command("start"))
async def on_start(message: types.Message):
await message.reply(text="1686")