This commit is contained in:
levina 2021-11-02 16:50:46 +07:00 committed by GitHub
parent aebfc7df16
commit 07d5dea328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ async def mulai_bot():
print("[INFO]: STARTING PYTGCALLS CLIENT") print("[INFO]: STARTING PYTGCALLS CLIENT")
await call_py.start() await call_py.start()
print("[INFO]: GENERATING CLIENT PROFILE") print("[INFO]: GENERATING CLIENT PROFILE")
all_info(bot, user) await all_info(bot, user)
await idle() await idle()
print("[INFO]: STOPPING BOT") print("[INFO]: STOPPING BOT")
await bot.stop() await bot.stop()