diff --git a/main.py b/main.py index 7ec240f..b4f1d92 100644 --- a/main.py +++ b/main.py @@ -1600,6 +1600,13 @@ async def frozen_check_loop(bot_username: str): bot.stop() logger.info("Bot stopped.") logger.info("✅ All services are up and running. Bot started successfully.") +from pyrogram import Client, filters +from pyrogram.types import Message +@app.on_message(filters.command("start") & filters.private) +async def start_command(client: Client, message: Message): + await message.reply_text( + "👋 **Hello!**\n\nMain live hu ✅\nGroup me add karke music suno 🎶" + )