From ff44e8d2bc829d779f2380875db60667c934a8f9 Mon Sep 17 00:00:00 2001 From: nikhilq <84630781+nikhilq@users.noreply.github.com> Date: Sun, 14 Nov 2021 21:15:32 +0530 Subject: [PATCH] Update private.py --- XmartyMusic/modules/private.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XmartyMusic/modules/private.py b/XmartyMusic/modules/private.py index c6ec6d9..e9297ab 100644 --- a/XmartyMusic/modules/private.py +++ b/XmartyMusic/modules/private.py @@ -40,7 +40,7 @@ def _start(client, message): @Client.on_message(filters.command("start") & ~filters.private & ~filters.channel) async def gstart(_, message: Message): await message.reply_text( - f"""**🔴 XmartyMusic is online**""", + f"""**🔴 NikhilMusic is online**""", reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton("💬 Support Chat", url=f"https://t.me/{SUPPORT_GROUP}")]]) )