From 6ef5acdce17b95ed5166a32aa479eae0cb7f8cad Mon Sep 17 00:00:00 2001 From: Igor Tolmachov Date: Wed, 20 Apr 2022 02:00: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/instances.py') 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 @@ from aiogram import Bot, Dispatcher + from config import token -print(token) bot = Bot(token=token) dp = Dispatcher(bot) gen_chance = 10 -- cgit v1.2.3