This commit is contained in:
levina 2021-09-12 14:53:59 +07:00 committed by GitHub
parent 7e4c9a6260
commit 306d697070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}`")