From ac045c0c73ef950c5c02e7ddbb32916b37d2d2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BC=92=E1=B6=9C=CA=B3=E1=B5=83=E1=B6=BB=CA=B8=E1=B4=AE?= =?UTF-8?q?=E1=B4=BC=CB=A2=CB=A2=E5=8D=82=E4=B9=83=E5=8D=84=E4=B8=A8?= =?UTF-8?q?=E4=B8=82=E5=8D=84=E4=B9=87=D2=9C=E0=BC=92?= <93928612+Abhishek-Issac@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:55:11 +0530 Subject: [PATCH] Update app.json --- app.json | 148 +++++++++++++++++++++++++++---------------------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/app.json b/app.json index 629cc68..01bb405 100644 --- a/app.json +++ b/app.json @@ -1,74 +1,74 @@ -{ - "name": "Telegram Files Store Bot", - "description": "A Telegram Files Store Bot in Pyrogram by @LazyDeveloperr", - "keywords": [ - "telegram", - "files", - "store", - "bot" - ], - "repository": "https://github.com/LazyDeveloperr/MissRozy", - "website": "https://telegram.dog/LazyDeveloperr", - "success_url": "https://t.me/LazyDeveloperr", - "env": { - "API_ID": { - "description": "Get this value from my.telegram.org or @TeleORG_Bot" - }, - "API_HASH": { - "description": "Get this value from my.telegram.org or @TeleORG_Bot" - }, - "BOT_TOKEN": { - "description": "Get this from @BotFather XD" - }, - "BOT_USERNAME": { - "description": "Your Bot Username which you sent to @BotFather (Without [@])" - }, - "DB_CHANNEL": { - "description": "The Channel ID which will be used as Database. Example: -100123456789" - }, - "BOT_OWNER": { - "description": "Bot Owner UserID" - }, - "DATABASE_URL": { - "description": "MongoDB Database URI for Saving UserID for Broadcast." - }, - "UPDATES_CHANNEL": { - "description": "ID of a Channel which you want to do Force Sub to use the bot. Example: -100123456789", - "required": false - }, - "LOG_CHANNEL": { - "description": "Logs Channel ID for some Tracking XD. Example: -100123456789" - }, - "BANNED_USERS": { - "description": "Banned unwanted members", - "required": false - }, - "BANNED_CHAT_IDS": { - "description": "Banned unwanted channel IDs", - "required": false - }, - "BROADCAST_AS_COPY": { - "description": "Broadcast with Forward Tag or as Copy(Without Forward Tag). Value should be True/False !!", - "required": false - }, - "FORWARD_AS_COPY": { - "description": "If True all messages will be forwarder As Copy. If False all messages will be forwarder with Forward Tag. Value should be True/False !!", - "required": false - }, - "LAZY_PIC": { - "description": "Bot Start up Picture . Get it from telegraph boy", - "required": true - } - }, - "buildpacks": [ - { - "url": "heroku/python" - } - ], - "formation": { - "worker": { - "quantity": 1, - "size": "free" - } - } -} +{ + "name": "Telegram Files Store Bot", + "description": "A Telegram Files Store Bot in Pyrogram by @LazyDeveloperr", + "keywords": [ + "telegram", + "files", + "store", + "bot" + ], + "repository": "https://github.com/LazyDeveloperr/MissRozy", + "website": "https://telegram.dog/LazyDeveloperr", + "success_url": "https://t.me/LazyDeveloperr", + "env": { + "API_ID": { + "description": "Get this value from my.telegram.org or @TeleORG_Bot" + }, + "API_HASH": { + "description": "Get this value from my.telegram.org or @TeleORG_Bot" + }, + "BOT_TOKEN": { + "description": "Get this from @BotFather XD" + }, + "BOT_USERNAME": { + "description": "Your Bot Username which you sent to @BotFather (Without [@])" + }, + "DB_CHANNEL": { + "description": "The Channel ID which will be used as Database. Example: -100123456789" + }, + "BOT_OWNER": { + "description": "Bot Owner UserID" + }, + "DATABASE_URL": { + "description": "MongoDB Database URI for Saving UserID for Broadcast." + }, + "UPDATES_CHANNEL": { + "description": "ID of a Channel which you want to do Force Sub to use the bot. Example: -100123456789", + "required": false + }, + "LOG_CHANNEL": { + "description": "Logs Channel ID for some Tracking XD. Example: -100123456789" + }, + "BANNED_USERS": { + "description": "Banned unwanted members", + "required": false + }, + "BANNED_CHAT_IDS": { + "description": "Banned unwanted channel IDs", + "required": false + }, + "BROADCAST_AS_COPY": { + "description": "Broadcast with Forward Tag or as Copy(Without Forward Tag). Value should be True/False !!", + "required": false + }, + "FORWARD_AS_COPY": { + "description": "If True all messages will be forwarder As Copy. If False all messages will be forwarder with Forward Tag. Value should be True/False !!", + "required": false + }, + "LAZY_PIC": { + "description": "Bot Start up Picture . Get it from telegraph boy", + "required": true + } + }, + "buildpacks": [ + { + "url": "heroku/python" + } + ], + "formation": { + "worker": { + "quantity": 1, + "size": "eco" + } + } +}