From 00ed19aac2739ba3bdde476f6b28b2c19659b441 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Wed, 19 Jan 2022 21:56:13 +0700 Subject: [PATCH] try fixes --- driver/chat_author.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/chat_author.py b/driver/chat_author.py index b4c34e1..c584c77 100644 --- a/driver/chat_author.py +++ b/driver/chat_author.py @@ -1,7 +1,7 @@ """ chat utilities """ +import asyncio from functools import wraps - from driver.veez import bot from config import SUDO_USERS from pyrogram.types import Message