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}")]]) )