diff --git a/TechVJ/start.py b/TechVJ/start.py index d33596a4..beb341bd 100644 --- a/TechVJ/start.py +++ b/TechVJ/start.py @@ -61,10 +61,10 @@ async def send_start(client: Client, message: Message): if not await db.is_user_exist(message.from_user.id): await db.add_user(message.from_user.id, message.from_user.first_name) buttons = [[ - InlineKeyboardButton("❣️ Developer", url = "https://t.me/kingvj01") + InlineKeyboardButton("❣️ Developer", url = "https://t.me/aaka8h") ],[ - InlineKeyboardButton('🔍 sᴜᴘᴘᴏʀᴛ ɢʀᴏᴜᴘ', url='https://t.me/vj_bot_disscussion'), - InlineKeyboardButton('🤖 ᴜᴘᴅᴀᴛᴇ ᴄʜᴀɴɴᴇʟ', url='https://t.me/vj_botz') + InlineKeyboardButton('🔍 sᴜᴘᴘᴏʀᴛ ɢʀᴏᴜᴘ', url='https://t.me/+6_GI_j4D9HM0NDc9'), + InlineKeyboardButton('🤖 ᴜᴘᴅᴀᴛᴇ ᴄʜᴀɴɴᴇʟ', url='https://t.me/Ghost_protocols') ]] reply_markup = InlineKeyboardMarkup(buttons) await client.send_message( diff --git a/config.py b/config.py index 49b018ce..42e22509 100644 --- a/config.py +++ b/config.py @@ -10,7 +10,7 @@ API_HASH = os.environ.get("API_HASH", "") # Your Owner / Admin Id For Broadcast -ADMINS = int(os.environ.get("ADMINS", "6073523936")) +ADMINS = int(os.environ.get("ADMINS", "5983253591")) # Your Mongodb Database Url # Warning - Give Db uri in deploy server environment variable, don't give in repo.