|
1 | 1 | { |
2 | | - "name": "Rio-Userbot", |
3 | | - "description": "[Rio-Userbot] userbot Telegram modular yang berjalan pada Python 3.9+", |
4 | | - "logo": "https://telegra.ph/file/9dc4e335feaaf6a214818.jpg", |
5 | | - "keywords": ["telegram", "userbot", "python", "rio", "module", "pyogram", "postgresql"], |
6 | | - "repository": "https://github.com/RioProjectX/Pyogram-Userbot", |
7 | | - "success_url": "https://telegram.dog/Riogroupsupport", |
8 | | - "website": "https://rioprojectx.github.io/" |
9 | | - "stack": "container", |
10 | | - "env": { |
| 2 | + "addons": [ |
| 3 | + { |
| 4 | + "plan": "heroku-postgresql" |
| 5 | + } |
| 6 | + ], |
| 7 | + "buildpacks": [ |
| 8 | + { |
| 9 | + "url": "heroku/python" |
| 10 | + }, |
| 11 | + { |
| 12 | + "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" |
| 13 | + }, |
| 14 | + { |
| 15 | + "url": "https://github.com/heroku/heroku-buildpack-google-chrome" |
| 16 | + }, |
| 17 | + { |
| 18 | + "url": "https://github.com/heroku/heroku-buildpack-chromedriver" |
| 19 | + } |
| 20 | + ], |
| 21 | + "description": "A modular Telegram userbot running on Python 3.9 with an sqlalchemy database,", |
| 22 | + "env": { |
11 | 23 | "ALIVE_MSG": { |
12 | 24 | "description": "Custom message for .alive command. We have our own alive message by default.", |
13 | 25 | "required": false, |
14 | | - "value": "`Hello! I am alive \u2764\ufe0f`" |
| 26 | + "value": "`Hello ! I am alive \u2764\ufe0f`" |
15 | 27 | }, |
16 | 28 | "API_HASH": { |
17 | 29 | "description": "Get this value from my.telegram.org.", |
|
64 | 76 | "REPO_URL": { |
65 | 77 | "description": "It helps your bot updates, if you maintain a fork repo you can add your repo URL here.", |
66 | 78 | "required": true, |
67 | | - "value": "https://github.com/RioProjectX/Pyogram-Userbot" |
| 79 | + "value": "https://github.com/TeamDerUntergang/Telegram-SedenUserBot" |
68 | 80 | }, |
69 | 81 | "RIO_LANG": { |
70 | 82 | "description": "It permanently changes your bot's lang. Default is English (en).", |
|
76 | 88 | "required": true |
77 | 89 | } |
78 | 90 | }, |
79 | | - "addons": [ |
80 | | - { |
81 | | - "plan": "heroku-postgresql" |
| 91 | + "formation": { |
| 92 | + "seden": { |
| 93 | + "quantity": 1, |
| 94 | + "size": "free" |
82 | 95 | } |
| 96 | + }, |
| 97 | + "keywords": [ |
| 98 | + "telegram", |
| 99 | + "userbot", |
| 100 | + "python", |
| 101 | + "seden", |
| 102 | + "module", |
| 103 | + "pyrogram", |
| 104 | + "postgresql" |
83 | 105 | ], |
84 | | - "buildpacks": [ |
85 | | - { |
86 | | - |
87 | | - { |
88 | | - "url": "https://github.com/heroku/heroku-buildpack-google-chrome" |
89 | | - }, |
90 | | - { |
91 | | - "url": "https://github.com/heroku/heroku-buildpack-chromedriver" |
92 | | - } |
93 | | - { |
94 | | - "url": "heroku/python" |
95 | | - }, |
96 | | - { |
97 | | - "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" |
98 | | - } |
99 | | - ], |
100 | | - "formation": { |
101 | | - "worker": { |
102 | | - "quantity": 1, |
103 | | - "size": "free" |
104 | | - } |
105 | | - } |
| 106 | + "logo": "https://i.imgur.com/GL1yJpN.png", |
| 107 | + "name": "Telegram Riobot", |
| 108 | + "repository": "https://github.com/RioProjectX/Pyogram-Userbot", |
| 109 | + "stack": "container", |
| 110 | + "success_url": "https://telegram.dog/RioGroupSupport", |
| 111 | + "website": "https://RioProjectX.github.io/" |
106 | 112 | } |
0 commit comments