diff options
| author | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-08-28 21:14:07 +0900 |
|---|---|---|
| committer | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-08-28 21:14:07 +0900 |
| commit | 47df0f93f2c4e91246f2a7ef36086dd159c24adf (patch) | |
| tree | 4184471662acef0023d936fb1155e3c4ddbc49b9 /shared/instances.py | |
| parent | a8582c60e3bed5b93c989e2963d40130771cf11d (diff) | |
| download | karpov_ai_bot-47df0f93f2c4e91246f2a7ef36086dd159c24adf.tar.gz karpov_ai_bot-47df0f93f2c4e91246f2a7ef36086dd159c24adf.zip | |
0.0.1
Diffstat (limited to 'shared/instances.py')
| -rw-r--r-- | shared/instances.py | 4 |
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 @@ | |||
| 1 | from aiogram import Bot, Dispatcher | 1 | from aiogram import Bot, Dispatcher |
| 2 | from .config import TOKEN | 2 | from .config import token |
| 3 | 3 | ||
| 4 | bot = Bot(token=TOKEN) | 4 | bot = Bot(token=token) |
| 5 | dp = Dispatcher(bot) | 5 | dp = Dispatcher(bot) |
