From 3151fe1e379f0185f575c01cf121451c2b147e32 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 28 Oct 2021 12:27:59 +0700 Subject: [PATCH] forgot --- program/admins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/admins.py b/program/admins.py index 4b9067c..ab89f7e 100644 --- a/program/admins.py +++ b/program/admins.py @@ -1,7 +1,7 @@ from config import BOT_USERNAME from cache.admins import admins from pyrogram.types import Message -from driver.filters import command +from driver.filters import command, other_filters from pyrogram import Client, filters from driver.veez import call_py, bot from driver.queues import QUEUE, clear_queue