Skip to content

Commit

Permalink
Update vcplayer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Nov 30, 2023
1 parent b610c00 commit cc7a4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repthon/plugins/vcplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def joinVoicechat(event):
)

try:
vc_chat = await zedub.get_entity(chat)
vc_chat = await zq_lo.get_entity(chat)
except Exception as e:
return await edit_delete(event, f'**- خطـأ** : \n{e or "UNKNOWN CHAT"}')

Expand Down

0 comments on commit cc7a4ad

Please sign in to comment.