added OwnerMiddleware

This commit is contained in:
Alexey Sokolov
2022-08-23 00:42:30 +03:00
parent 4aaed03655
commit 3753f4c6ef
4 changed files with 22 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ from dataclasses import dataclass
import typing
from aiogram import Dispatcher
from aiogram.types import Message
from .test import telegram_test