Skip to content

Commit

Permalink
😊
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 committed Nov 4, 2024
1 parent 3702017 commit 07846ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AlexaMusic/core/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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] = []
Expand Down

0 comments on commit 07846ad

Please sign in to comment.