import threading import telebot db_lock = threading.Lock() # bot_instance.py from config import TOKEN bot = telebot.TeleBot(TOKEN)