diff options
| author | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-10-12 21:10:36 +0900 |
|---|---|---|
| committer | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-10-12 21:10:36 +0900 |
| commit | 4e7b5e6493497eb2de0dd40df19fc6492427e446 (patch) | |
| tree | 0071164c777e9bc287d8cd7b62026e0850464bbf /shared | |
| parent | f1dbf92a26490095a45e4a39fd654debc0e5828c (diff) | |
| download | karpov_ai_bot-4e7b5e6493497eb2de0dd40df19fc6492427e446.tar.gz karpov_ai_bot-4e7b5e6493497eb2de0dd40df19fc6492427e446.zip | |
Исправил баги
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/instances.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/instances.py b/shared/instances.py index 0a6153d..25de59f 100644 --- a/shared/instances.py +++ b/shared/instances.py | |||
| @@ -3,3 +3,4 @@ from .config import token | |||
| 3 | 3 | ||
| 4 | bot = Bot(token=token) | 4 | bot = Bot(token=token) |
| 5 | dp = Dispatcher(bot) | 5 | dp = Dispatcher(bot) |
| 6 | gen_chance = 10 | ||
