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,7 +1,7 @@
from aiogram import types
from aiogram.dispatcher.filters.builtin import CommandStart
from bot import dp
from loader import dp
from utils.misc import rate_limit