nothing
This commit is contained in:
parent
7e4c9a6260
commit
306d697070
@ -152,6 +152,6 @@ async def stopvideo(client, m: Message):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
await call_py.leave_group_call(chat_id)
|
await call_py.leave_group_call(chat_id)
|
||||||
await m.reply("✅ **disconnected from vc !**")
|
await m.reply("✅ **successfully left vc !**")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await m.reply(f"🚫 **error** | `{e}`")
|
await m.reply(f"🚫 **error** | `{e}`")
|
||||||
|
Loading…
Reference in New Issue
Block a user