diff --git a/bot/__main__.py b/bot/__main__.py index e2813e9..1365563 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -17,10 +17,10 @@ bot = Client( ) bot.start() -print("[INFO]: STARTING BOT CLIENT") +print("[STATUS]:✅ »» BOT CLIENT STARTED ««") app.start() -print("[INFO]: STARTING USERBOT CLIENT") +print("[STATUS]:✅ »» USERBOT CLIENT STARTED ««") call_py.start() -print("[INFO]: STARTING PY-TGCALLS CLIENT") +print("[STATUS]:✅ »» PYTGCALLS CLIENT STARTED ««") idle() -print("[INFO]: STOPPING BOT") +print("[STATUS]:❌ »» BOT STOPPED ««")