From 1d8a35e04f95da3be16298957783b7f50c9607d9 Mon Sep 17 00:00:00 2001 From: R I R U R U <103019877+riruruofficial@users.noreply.github.com> Date: Thu, 5 May 2022 10:53:20 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b8df803d54756fd167af89464dbd4a11bfefa2e8 Mon Sep 17 00:00:00 2001 From: R I R U R U <103019877+riruruofficial@users.noreply.github.com> Date: Thu, 5 May 2022 10:56:09 +0530 Subject: [PATCH 2/4] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 746831a..747fde5 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,7 @@ "RiZoeLXSpam", "SpamBots" ], - "repository": "https://t.me/TheRiZoeL", + "repository": "https://github.com/riruruofficial/SpamBot", "website": "https://t.me/TheRiZoeL", "success_url": "https://t.me/TheRiZoeL", "env": { From 5ba564ddcca01174b7fa665634a0a403a2c75907 Mon Sep 17 00:00:00 2001 From: R I R U R U <103019877+riruruofficial@users.noreply.github.com> Date: Thu, 5 May 2022 12:41:27 +0530 Subject: [PATCH 3/4] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 747fde5..decf4f5 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,7 @@ "RiZoeLXSpam", "SpamBots" ], - "repository": "https://github.com/riruruofficial/SpamBot", + "repository": "https://github.com/riruruofficial/SpamBot/edit/Rizoel/app.json", "website": "https://t.me/TheRiZoeL", "success_url": "https://t.me/TheRiZoeL", "env": { From 03cbe484a0854e8d594251555a861c285eb445a2 Mon Sep 17 00:00:00 2001 From: R I R U R U <103019877+riruruofficial@users.noreply.github.com> Date: Sat, 21 May 2022 19:46:26 +0530 Subject: [PATCH 4/4] Delete app.json --- app.json | 120 ------------------------------------------------------- 1 file changed, 120 deletions(-) delete mode 100644 app.json diff --git a/app.json b/app.json deleted file mode 100644 index decf4f5..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://github.com/riruruofficial/SpamBot/edit/Rizoel/app.json", - "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" - } - ] -}