diff options
Diffstat (limited to 'shared')
| -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) |
