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

View File

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