diff options
| author | Igor Tolmachov <me@igorek.dev> | 2022-04-20 02:00:20 +0900 |
|---|---|---|
| committer | Igor Tolmachov <me@igorek.dev> | 2022-04-20 02:00:20 +0900 |
| commit | 6ef5acdce17b95ed5166a32aa479eae0cb7f8cad (patch) | |
| tree | c3baca11b8eb0f8ff62e9125f448fe13e71c7ec3 /shared/instances.py | |
| parent | e2ec80ca3d1cb6c7329c21d4934245e26ec9e74a (diff) | |
| download | karpov_ai_bot-6ef5acdce17b95ed5166a32aa479eae0cb7f8cad.tar.gz karpov_ai_bot-6ef5acdce17b95ed5166a32aa479eae0cb7f8cad.zip | |
Рефакторинг
Добавлена система заявок в группу
Diffstat (limited to 'shared/instances.py')
| -rw-r--r-- | shared/instances.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/instances.py b/shared/instances.py index 5351f9c..280ec49 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 | from config import token | 3 | from config import token |
| 3 | 4 | ||
| 4 | print(token) | ||
| 5 | bot = Bot(token=token) | 5 | bot = Bot(token=token) |
| 6 | dp = Dispatcher(bot) | 6 | dp = Dispatcher(bot) |
| 7 | gen_chance = 10 | 7 | gen_chance = 10 |
