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()