|
| 1 | +{ |
| 2 | + "name": "BRANDED ROBOT", |
| 3 | + "description": "Branded Management Bot.", |
| 4 | + "logo": "https://te.legra.ph/file/6a4ac076ff159bdcf9656.jpg", |
| 5 | + "keywords": [ |
| 6 | + "telegram", |
| 7 | + "modular", |
| 8 | + "group", |
| 9 | + "manager", |
| 10 | + "Fallen" |
| 11 | + ], |
| 12 | + "repository": "https://github.com/WCGKING/BRANDED-ROBOT", |
| 13 | + "stack": "heroku-22", |
| 14 | + "addons": [ |
| 15 | + { |
| 16 | + "options": { |
| 17 | + "version": "13" |
| 18 | + }, |
| 19 | + "plan": "heroku-postgresql" |
| 20 | + } |
| 21 | + ], |
| 22 | + "env": { |
| 23 | + "API_ID": { |
| 24 | + "description": "Get this value from my.telegram.org/apps.", |
| 25 | + "required": true, |
| 26 | + "value": "" |
| 27 | + }, |
| 28 | + "API_HASH": { |
| 29 | + "description": "Get this value from my.telegram.org/apps.", |
| 30 | + "required": true, |
| 31 | + "value": "" |
| 32 | + }, |
| 33 | + "ALLOW_EXCL": { |
| 34 | + "description": "Set this to True if you want ! to be a command prefix along with /. Recommended is True", |
| 35 | + "value": "True" |
| 36 | + }, |
| 37 | + "CASH_API_KEY": { |
| 38 | + "description": "Required for currency converter. Get yours from https://www.alphavantage.co/support/#api-key", |
| 39 | + "required": true, |
| 40 | + "value": "" |
| 41 | + }, |
| 42 | + "DEL_CMDS": { |
| 43 | + "description": "Set this to True if you want to delete command messages from users who don't have the perms to run that command.", |
| 44 | + "value": "True" |
| 45 | + }, |
| 46 | + "ENV": { |
| 47 | + "description": "Setting this to ANYTHING will enable environment variables. Leave it as it is", |
| 48 | + "required": true, |
| 49 | + "value": "True" |
| 50 | + }, |
| 51 | + "EVENT_LOGS": { |
| 52 | + "description": "Event logs channel to note down important bot level events, recommend to make this public. ex: '-123456'", |
| 53 | + "required": true, |
| 54 | + "value": "" |
| 55 | + }, |
| 56 | + "MONGO_DB_URI": { |
| 57 | + "description": "Required for database connections.", |
| 58 | + "required": true, |
| 59 | + "value": "" |
| 60 | + }, |
| 61 | + "OWNER_ID": { |
| 62 | + "description": "Your user ID as an integer.", |
| 63 | + "required": true, |
| 64 | + "value": "6258877205" |
| 65 | + }, |
| 66 | + "START_IMG": { |
| 67 | + "description": "Telegraph link of the image which will be shown at start command.", |
| 68 | + "required": true, |
| 69 | + "value": "" |
| 70 | + }, |
| 71 | + "SUPPORT_CHAT": { |
| 72 | + "description": "Your Telegram support group chat username where your users will go and bother you with shit But be like: MyGroupChatUsernameBlah. If this ever points to Fallen Support than consider you made an enemy.", |
| 73 | + "required": true, |
| 74 | + "value": "DevilsHeavenMF" |
| 75 | + }, |
| 76 | + "TIME_API_KEY": { |
| 77 | + "description": "Required for timezone information. Get yours from https://timezonedb.com/api", |
| 78 | + "required": true, |
| 79 | + "value": "" |
| 80 | + }, |
| 81 | + "TOKEN": { |
| 82 | + "description": "Get bot token from @BotFather on TG", |
| 83 | + "required": true, |
| 84 | + "value": "" |
| 85 | + } |
| 86 | + } |
| 87 | +} |
0 commit comments