Skip to content

Commit

Permalink
Minor Change Ntgcalls
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 committed Mar 11, 2024
1 parent 28e9149 commit 6ccd141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlexaMusic/core/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
)
from pyrogram.types import InlineKeyboardMarkup
from pytgcalls import PyTgCalls
from ntgcalls import TelegramServerError
from pytgcalls.exceptions import (
AlreadyJoinedError,
NoActiveGroupCall,
TelegramServerError,
NoActiveGroupCall
)
from pytgcalls.types import (
JoinedGroupCallParticipant,
Expand Down

0 comments on commit 6ccd141

Please sign in to comment.