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"))