From ab932ef75ae7cb45422395509096c2504ade6905 Mon Sep 17 00:00:00 2001 From: xAmarnath <75058759+xAmarnath@users.noreply.github.com> Date: Sun, 5 May 2024 01:11:32 +0530 Subject: [PATCH] trtrg --- modules/custdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/custdl.py b/modules/custdl.py index 436fae0..d105d82 100644 --- a/modules/custdl.py +++ b/modules/custdl.py @@ -1,7 +1,6 @@ from asyncio.subprocess import create_subprocess_shell, PIPE from aiofiles.ospath import exists from aiofiles.os import mkdir -import aiofiles from aiohttp import ClientSession as Client from ._handler import new_cmd, newCall, auth_only from telethon import Button @@ -78,6 +77,7 @@ async def get_embed(media_id: str, category: str, client: Client): @new_cmd(pattern="series") +@auth_only async def search_series_x(e): try: q = e.text.split(" ", 1)[1]