From a8582c60e3bed5b93c989e2963d40130771cf11d Mon Sep 17 00:00:00 2001 From: Igor <50257429+igorechek06@users.noreply.github.com> Date: Sat, 28 Aug 2021 21:10:16 +0900 Subject: 0.0.1 --- shared/instances.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shared/instances.py (limited to 'shared/instances.py') diff --git a/shared/instances.py b/shared/instances.py new file mode 100644 index 0000000..7eb883c --- /dev/null +++ b/shared/instances.py @@ -0,0 +1,5 @@ +from aiogram import Bot, Dispatcher +from .config import TOKEN + +bot = Bot(token=TOKEN) +dp = Dispatcher(bot) -- cgit v1.2.3