diff --git a/README.md b/README.md index e620759..471e807 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ # Deploy on heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TheRiZoeL/spambot-heroku) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://github.com/riruruofficial/SpamBot) # Support & Updates diff --git a/app.json b/app.json deleted file mode 100644 index 746831a..0000000 --- a/app.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "name": "RIZOELXSPAM HERE.", - "description": "MOST POWERFUL + STABLE SPAM USERBOTS", - "logo": "https://telegra.ph/file/db194f99e15db50f43c72.jpg", - "keywords": [ - "telegram", - "telethon", - "telegram-bot", - "RiZoeLXSpam", - "SpamBots" - ], - "repository": "https://t.me/TheRiZoeL", - "website": "https://t.me/TheRiZoeL", - "success_url": "https://t.me/TheRiZoeL", - "env": { - "API_ID": { - "description": "Fill Api ID Take this value from My.telegram.org", - "value": "", - "required": true - }, - "ALIVE_PIC": { - "description": "your alive pic or video", - "value": "", - "required": false - }, - "API_HASH": { - "description": "Fill Api hash Take this value from My.telegram.org", - "value": "", - "required": true - }, - "CMD_HNDLR": { - "description": "Custom command handler.", - "value": "!", - "required": false - }, - "BOT_TOKEN": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN2": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN3": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN4": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN5": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN6": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN7": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN8": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN9": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "BOT_TOKEN10": { - "description": "Telegram Bot Token Get This value from https://t.me/BotFather", - "value": "", - "required": true - }, - "SUDO_USER": { - "description": "Sudo users id space by space", - "value": "", - "required": false - }, - "OWNER_ID": { - "description": "owner Id", - "value": "", - "required": true - }, - "HEROKU_API_KEY": { - "description": "Your Heroku api key to update your bot", - "value": "", - "required": false - }, - "HEROKU_APP_NAME": { - "description": "Your app name to Update your bot", - "value": "", - "required": false - } - }, - "addons": [ - { - "plan": "heroku-postgresql", - "options": { - "version": "12" - } - } - ], - "buildpacks": [ - { - "url": "heroku/python" - } - ] -}