From 306d697070292c1628ba254551d297aa74d4c19b Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sun, 12 Sep 2021 14:53:59 +0700 Subject: [PATCH] nothing --- bot/videoplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/videoplayer.py b/bot/videoplayer.py index d986c91..b2e7bf7 100644 --- a/bot/videoplayer.py +++ b/bot/videoplayer.py @@ -152,6 +152,6 @@ async def stopvideo(client, m: Message): except Exception as e: print(e) await call_py.leave_group_call(chat_id) - await m.reply("✅ **disconnected from vc !**") + await m.reply("✅ **successfully left vc !**") except Exception as e: await m.reply(f"🚫 **error** | `{e}`")