diff options
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 c1234b2..3ffec5e 100644 --- a/shared/instances.py +++ b/shared/instances.py | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | from aiogram import Bot, Dispatcher | 1 | from aiogram import Bot, Dispatcher |
| 2 | 2 | ||
| 3 | from config import token | 3 | from shared.config import token |
| 4 | 4 | ||
| 5 | bot = Bot(token=token) | 5 | bot = Bot(token=token) |
| 6 | dp = Dispatcher(bot) | 6 | dp = Dispatcher(bot) |
| 7 | gen_chance = {} | 7 | gen_chance: dict[int, int] = {} |
