Skip to content

Commit

Permalink
fix NoActiveGroupCall
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiModszYT authored May 18, 2024
1 parent 8241ca2 commit aee2d52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DAXXMUSIC/plugins/tools/vctools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
from typing import List, Union
from pyrogram import filters
from DAXXMUSIC.core.call import DAXX

from pyrogram.types import VideoChatEnded, Message
from pytgcalls import PyTgCalls, StreamType
from pytgcalls.types.input_stream import AudioPiped, AudioVideoPiped
from pytgcalls.exceptions import (NoActiveGroupCall, TelegramServerError, AlreadyJoinedError)

@app.on_message(filters.command(["vcinfo"], ["/", "!"]))
async def strcall(client, message):
Expand Down

0 comments on commit aee2d52

Please sign in to comment.