From 07846ad5cd9ae82ed749b4d97459dfec27df45a3 Mon Sep 17 00:00:00 2001 From: KSKOP69 <123794242+KSKOP69@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:49:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AlexaMusic/core/call.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AlexaMusic/core/call.py b/AlexaMusic/core/call.py index e5746340..942603f6 100644 --- a/AlexaMusic/core/call.py +++ b/AlexaMusic/core/call.py @@ -14,7 +14,7 @@ from typing import Union from pyrogram import Client -from pyrogram.errors import FloodWait +from pyrogram.errors import FloodWait, ChatAdminRequired from pyrogram.types import InlineKeyboardMarkup from pytgcalls import PyTgCalls @@ -51,6 +51,9 @@ from AlexaMusic.utils.theme import check_theme from strings import get_string +autoend = {} +counter = {} + async def _clear_(chat_id): db[chat_id] = []