logging info

This commit is contained in:
levina 2021-09-10 11:18:46 +07:00 committed by GitHub
parent 58ba11d01b
commit 11d1964aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,10 @@ bot = Client(
) )
bot.start() bot.start()
print("[INFO]: STARTING BOT CLIENT") print("[STATUS]:✅ »» BOT CLIENT STARTED ««")
app.start() app.start()
print("[INFO]: STARTING USERBOT CLIENT") print("[STATUS]:✅ »» USERBOT CLIENT STARTED ««")
call_py.start() call_py.start()
print("[INFO]: STARTING PY-TGCALLS CLIENT") print("[STATUS]:✅ »» PYTGCALLS CLIENT STARTED ««")
idle() idle()
print("[INFO]: STOPPING BOT") print("[STATUS]:❌ »» BOT STOPPED ««")