This commit is contained in:
Egor Matveev 2022-03-06 17:49:42 +03:00
parent 3c8730c1fd
commit 66de19f0a0

View File

@ -7,6 +7,8 @@ from telebot.types import Message
from Main.models import UserInfo
# инстанс бота
bot = telebot.TeleBot(os.getenv("TELEGRAM_TOKEN"))