From 07d5dea328fc09e09e50e5801abd9968c380fe8a Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:50:46 +0700 Subject: [PATCH] finished --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c7d1532..ff8ec60 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ async def mulai_bot(): print("[INFO]: STARTING PYTGCALLS CLIENT") await call_py.start() print("[INFO]: GENERATING CLIENT PROFILE") - all_info(bot, user) + await all_info(bot, user) await idle() print("[INFO]: STOPPING BOT") await bot.stop()