From 4e7b5e6493497eb2de0dd40df19fc6492427e446 Mon Sep 17 00:00:00 2001 From: Igor <50257429+igorechek06@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:10:36 +0900 Subject: Исправил баги MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/instances.py | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') 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 bot = Bot(token=token) dp = Dispatcher(bot) +gen_chance = 10 -- cgit v1.2.3