Separated loader with dp, bot and storage and added app,

which we'll be executing
This commit is contained in:
Kostiantyn Kriuchkov
2020-04-14 10:54:17 +03:00
parent eab45a5088
commit 43b241d4e7
7 changed files with 28 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
from aiogram import types
from bot import dp
from loader import dp
@dp.message_handler()