Skip to content

Commit

Permalink
Create app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Nov 13, 2024
1 parent 4ae8cc0 commit 2d6aeba
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"name": "sᴜᴘᴇʀ ʙᴀɴᴀʟʟ ʙᴏᴛ",
"description": "advance banall bot",
"logo": "",
"keywords": [
"ban all bot",
"bot",
"Group",
"Telegram"
],
"repository": "https://github.com/Badhacker98/Banall",
"stack": "heroku-20",
"addons": [
{
"options": {
"version": "12"
},
"plan": "heroku-postgresql"
}
],
"env": {
"TOKEN": {
"description": "Your bot token. Can be obtained from https://telegram.dog/BotFather/",
"required": true,
"value": "YOUR BOT_TOKEN"
},
"API_ID": {
"description": "Get API_ID from my.telegram.org, used for telethon based modules.",
"required": true,
"value": ""
},
"API_HASH": {
"description": "Get API_HASH from my.telegram.org, used for telethon based modules.",
"required": true,
"value": ""
},
"BOT_ID": {
"description": "your bot id",
"required": true,
"value": ""
},
"BOT_USERNAME": {
"description": "your bot username without @",
"required": true,
"value": ""
},
"BOT_NAME": {
"description": "Your bot's name",
"required": true,
"value": ""
},
"SUDO": {
"description": "list of Auth user Id who can command the bot ",
"required": true,
"value": ""
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}

0 comments on commit 2d6aeba

Please sign in to comment.