diff options
| author | Igor <2006giqhpmine.ru@gmail.com> | 2022-01-29 22:03:35 +0900 |
|---|---|---|
| committer | Igor <2006giqhpmine.ru@gmail.com> | 2022-01-29 22:03:35 +0900 |
| commit | a43fb36f44655e7c142c7973d548e8505fb1cda4 (patch) | |
| tree | 20ab9e42a460f39670894ff1d8f7664566ae2241 /shared/instances.py | |
| parent | 3d0849f973e5574812a90f2bc5fdd66db4a599b2 (diff) | |
| download | karpov_ai_bot-a43fb36f44655e7c142c7973d548e8505fb1cda4.tar.gz karpov_ai_bot-a43fb36f44655e7c142c7973d548e8505fb1cda4.zip | |
Add docker ))
Diffstat (limited to 'shared/instances.py')
| -rw-r--r-- | shared/instances.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/instances.py b/shared/instances.py index 25de59f..5351f9c 100644 --- a/shared/instances.py +++ b/shared/instances.py | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | print(token) | ||
| 4 | bot = Bot(token=token) | 5 | bot = Bot(token=token) |
| 5 | dp = Dispatcher(bot) | 6 | dp = Dispatcher(bot) |
| 6 | gen_chance = 10 | 7 | gen_chance = 10 |
