From 04b5f5394e8522eb860cccfe654b3b6f2e032e4a Mon Sep 17 00:00:00 2001 From: Igor Tolmachov Date: Thu, 30 Jun 2022 18:35:20 +0900 Subject: Теперь шанс разный для каждого чата MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/instances.py b/shared/instances.py index 280ec49..c1234b2 100644 --- a/shared/instances.py +++ b/shared/instances.py @@ -4,4 +4,4 @@ from config import token bot = Bot(token=token) dp = Dispatcher(bot) -gen_chance = 10 +gen_chance = {} -- cgit v1.2.3