aboutsummaryrefslogtreecommitdiff
path: root/shared/instances.py
diff options
context:
space:
mode:
authorIgor <50257429+igorechek06@users.noreply.github.com>2021-08-28 21:14:07 +0900
committerIgor <50257429+igorechek06@users.noreply.github.com>2021-08-28 21:14:07 +0900
commit47df0f93f2c4e91246f2a7ef36086dd159c24adf (patch)
tree4184471662acef0023d936fb1155e3c4ddbc49b9 /shared/instances.py
parenta8582c60e3bed5b93c989e2963d40130771cf11d (diff)
downloadkarpov_ai_bot-47df0f93f2c4e91246f2a7ef36086dd159c24adf.tar.gz
karpov_ai_bot-47df0f93f2c4e91246f2a7ef36086dd159c24adf.zip
0.0.1
Diffstat (limited to 'shared/instances.py')
-rw-r--r--shared/instances.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/instances.py b/shared/instances.py
index 7eb883c..0a6153d 100644
--- a/shared/instances.py
+++ b/shared/instances.py
@@ -1,5 +1,5 @@
1from aiogram import Bot, Dispatcher 1from aiogram import Bot, Dispatcher
2from .config import TOKEN 2from .config import token
3 3
4bot = Bot(token=TOKEN) 4bot = Bot(token=token)
5dp = Dispatcher(bot) 5dp = Dispatcher(bot)