From e1b4b5c58ff4ea739a8c7764a3d3d72d4b27fda7 Mon Sep 17 00:00:00 2001 From: Abhi <85984486+AbhiTheModder@users.noreply.github.com> Date: Thu, 2 May 2024 00:02:39 +0530 Subject: [PATCH] Update example.py --- modules/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/example.py b/modules/example.py index bcd94ec..b4a1b65 100644 --- a/modules/example.py +++ b/modules/example.py @@ -14,7 +14,7 @@ #  You should have received a copy of the GNU General Public License #  along with this program.  If not, see . -from pyrogram import Client, filters +from pyrogram import Client, enums, filters from pyrogram.types import Message from utils.misc import modules_help, prefix