Skip to content
Open

Done #91

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions TechVJ/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down