From 66de19f0a068cea394cd47e1b9e1808d1f73acb5 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 6 Mar 2022 17:49:42 +0300 Subject: [PATCH] icons --- Main/management/commands/bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Main/management/commands/bot.py b/Main/management/commands/bot.py index 6749e8d..1b17218 100644 --- a/Main/management/commands/bot.py +++ b/Main/management/commands/bot.py @@ -7,6 +7,8 @@ from telebot.types import Message from Main.models import UserInfo + +# инстанс бота bot = telebot.TeleBot(os.getenv("TELEGRAM_TOKEN"))