final_vers

This commit is contained in:
2025-02-28 22:23:13 +03:00
parent be24e124bb
commit 3392df2919
11 changed files with 343 additions and 37 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import telebot
import config
from config import config
import threading
@@ -9,7 +9,7 @@ class BotCommands:
bot = telebot.TeleBot(
config.BOT_TOKEN,
config.API_TOKEN,
colorful_logs=True,
)