From bb17cf96d1fcf6d035af538d13a24cb8acf3b20a Mon Sep 17 00:00:00 2001 From: Ranavanshi <141987294+Ranavanshi@users.noreply.github.com> Date: Sun, 13 Aug 2023 01:40:30 +0530 Subject: [PATCH 1/2] Update runtime.txt --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 1a18179..f04c956 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.1 +python-3.9.17 From 793c178d01d10b4f081267c3017027a9103dbc8e Mon Sep 17 00:00:00 2001 From: Ranavanshi <141987294+Ranavanshi@users.noreply.github.com> Date: Sun, 13 Aug 2023 02:14:21 +0530 Subject: [PATCH 2/2] Update bot.py --- bot.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bot.py b/bot.py index 13529d0..843a8df 100644 --- a/bot.py +++ b/bot.py @@ -17,10 +17,9 @@ async def start(client: pr0fess0r_99, message: Message): approvedbot = await client.get_me() button=[[ - InlineKeyboardButton("šš„š™æš™³š™°ššƒš™“šš‰", url="https://t.me/MWUpdatez"), - InlineKeyboardButton("šš‚šš„š™æš™æš™¾ššššƒ", url="https://t.me/OpusTechz") - ],[ - InlineKeyboardButton("šš‚šš„š™±šš‚š™²ššš™øš™±š™“", url=f"https://youtube.com/channel/UCf_dVNrilcT0V2R--HbYpMA") + InlineKeyboardButton("šš„š™æš™³š™°ššƒš™“šš‰", url="https://t.me/About_Ranavanshi_Divy"), + InlineKeyboardButton("šš‚šš„š™æš™æš™¾ššššƒ", url="https://t.me/THE_WEBNET_NETWORK") + ],[ ]] await message.reply_text(text="**š™·š™“š™»š™»š™¾...āš”\n\nš™øš™°š™¼ š™° šš‚š™øš™¼š™æš™»š™“ ššƒš™“š™»š™“š™¶ššš™°š™¼ š™°šš„ššƒš™¾ ššš™“šš€šš„š™“šš‚ššƒ š™°š™²š™²š™“š™æššƒ š™±š™¾ššƒ.\nš™µš™¾šš ššˆš™¾šš„šš š™²š™·š™°ššƒšš‚ š™²ššš™“š™°ššƒš™“ š™¾š™½š™“ š™±š™¾ššƒ... \nšš…š™øš™³š™“š™¾ š™¾š™½ š™¼ššˆ ššˆš™¾šš„ššƒšš„š™±š™“ š™²š™·š™°š™½š™½š™“š™»**", reply_markup=InlineKeyboardMarkup(button), disable_web_page_preview=True) @@ -33,5 +32,5 @@ async def autoapprove(client: pr0fess0r_99, message: ChatJoinRequest): if APPROVED == "on": await client.send_message(chat_id=chat.id, text=TEXT.format(mention=user.mention, title=chat.title)) -print("š—•š—¼š˜ š—¦š˜š—®š—暝˜š—²š—± š—£š—¹š—²š—®š˜€š—² š—¦š˜‚š—Æš˜€š—°š—暝—¶š—Æš—² š—¢š—½š˜‚š˜€š—§š—²š—°š—µš˜‡") +print("š—•š—¼š˜ š—¦š˜š—®š—暝˜š—²š—± š—£š—¹š—²š—®š˜€š—² Support webnet network ") pr0fess0r_99.run()