mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Oops. Remove bad file
This commit is contained in:
parent
39bd51fc68
commit
54d7940691
1 changed files with 0 additions and 13 deletions
13
handlers.py
13
handlers.py
|
|
@ -1,13 +0,0 @@
|
|||
from typing import Any
|
||||
|
||||
from aiogram import Router
|
||||
from aiogram.api.methods import SendMessage
|
||||
from aiogram.dispatcher.handler.message import MessageHandler
|
||||
|
||||
router = Router()
|
||||
|
||||
|
||||
@router.message_handler(commands=["test"])
|
||||
class MyHandler(MessageHandler):
|
||||
async def handle(self) -> Any:
|
||||
return SendMessage(chat_id=self.chat.id, text="<b>PASS</b>")
|
||||
Loading…
Add table
Add a link
Reference in a new issue