From aebfc7df166b9f2f36ccf053318266ba9daf7bf3 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:44:17 +0700 Subject: [PATCH] forgot --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3b8df66..c7d1532 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from driver.veez import call_py, bot, user from pytgcalls import idle -def all_info(bot, user): +async def all_info(bot, user): global BOT_ID, USERBOT_ID getme = await bot.get_me() getme1 = await user.get_me()