From ce731090020969f99996ed57aa3396b7b730765a Mon Sep 17 00:00:00 2001 From: AbhiTheModder <85984486+AbhiTheModder@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:16:33 +0530 Subject: [PATCH] update afk.py --- modules/afk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/afk.py b/modules/afk.py index 7c428b0..5f81bb5 100644 --- a/modules/afk.py +++ b/modules/afk.py @@ -23,6 +23,7 @@ import asyncio from datetime import datetime from pyrogram import filters +from utils.scripts import import_library from pyrogram.types import Message humanize = import_library("humanize")