From 11d1964aa194fc78aad30cfc361aea450432ab9c Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 10 Sep 2021 11:18:46 +0700 Subject: [PATCH] logging info --- bot/__main__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ««")