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