From 77be0ecc0963d59e30147406c0c2e8fffbe63190 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:51:47 +0700 Subject: [PATCH] check #5 called function --- bot/__main__.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bot/__main__.py b/bot/__main__.py index 3697a94..afc21ba 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -66,11 +66,11 @@ if __name__ == '__main__': loop.run_until_complete(start()) -# bot.start() -# print("[STATUS]:✅ »» BOT CLIENT STARTED ««") -# app.start() -# print("[STATUS]:✅ »» USERBOT CLIENT STARTED ««") -# call_py.start() -# print("[STATUS]:✅ »» PYTGCALLS CLIENT STARTED ««") -# idle() -# print("[STATUS]:❌ »» BOT STOPPED ««") +bot.start() +print("[STATUS]:✅ »» BOT CLIENT STARTED ««") +app.start() +print("[STATUS]:✅ »» USERBOT CLIENT STARTED ««") +call_py.start() +print("[STATUS]:✅ »» PYTGCALLS CLIENT STARTED ««") +idle() +print("[STATUS]:❌ »» BOT STOPPED ««")