add admin logic

This commit is contained in:
2025-02-23 00:37:04 +03:00
parent 8c191ca139
commit be24e124bb
9 changed files with 389 additions and 26 deletions
+6
View File
@@ -2,6 +2,12 @@ import telebot
import config
import threading
class BotCommands:
Start = ["start", "s"]
Help = ["help", "h"]
bot = telebot.TeleBot(
config.BOT_TOKEN,
colorful_logs=True,