diff --git a/Data.py b/Data.py index 0041713..6ecb308 100644 --- a/Data.py +++ b/Data.py @@ -1,7 +1,20 @@ from pyrogram.types import InlineKeyboardButton - +import random class Data: + #start Pic + photo=random.choice(ALL_PIC), + ALL_PIC = [ + "https://te.legra.ph/file/28f95b221efbefede9988.jpg", + "https://telegra.ph/file/290e055a47df326b6e908.jpg", + "https://telegra.ph/file/4a2c348dc10f4799ecc23.jpg", + "https://telegra.ph/file/e5d14734cc62fb45ebb80.jpg", + "https://telegra.ph/file/52771fab9aa447154ecfd.jpg", + "https://telegra.ph/file/28af6e4d2f6c9849ccd8e.jpg", + "https://telegra.ph/file/de94973a185e70e207363.jpg", + "https://telegra.ph/file/c2ff65c5f7ddbb6a52170.jpg" +] + # Start Message START = """ Halo {} diff --git a/README.md b/README.md index 8fbad4a..7e158d1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Telegram bot to generate pyrogram and telethon string session. ### Deploy to Heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Skyzu/StringSky) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Santhupodili/StringSky.git) 1. Tap on above button and fill `API_ID`, `API_HASH`, `BOT_TOKEN` (and `MUST_JOIN`). 2. Then tap "Deploy App" below it. Wait till deploying is complete (will take atmost 2 minutes).