Skip to content

Commit 72a08b0

Browse files
authored
sw
1 parent a1da451 commit 72a08b0

File tree

1 file changed

+42
-36
lines changed

1 file changed

+42
-36
lines changed

app.json

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
{
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": {
1123
"ALIVE_MSG": {
1224
"description": "Custom message for .alive command. We have our own alive message by default.",
1325
"required": false,
14-
"value": "`Hello! I am alive \u2764\ufe0f`"
26+
"value": "`Hello ! I am alive \u2764\ufe0f`"
1527
},
1628
"API_HASH": {
1729
"description": "Get this value from my.telegram.org.",
@@ -64,7 +76,7 @@
6476
"REPO_URL": {
6577
"description": "It helps your bot updates, if you maintain a fork repo you can add your repo URL here.",
6678
"required": true,
67-
"value": "https://github.com/RioProjectX/Pyogram-Userbot"
79+
"value": "https://github.com/TeamDerUntergang/Telegram-SedenUserBot"
6880
},
6981
"RIO_LANG": {
7082
"description": "It permanently changes your bot's lang. Default is English (en).",
@@ -76,31 +88,25 @@
7688
"required": true
7789
}
7890
},
79-
"addons": [
80-
{
81-
"plan": "heroku-postgresql"
91+
"formation": {
92+
"seden": {
93+
"quantity": 1,
94+
"size": "free"
8295
}
96+
},
97+
"keywords": [
98+
"telegram",
99+
"userbot",
100+
"python",
101+
"seden",
102+
"module",
103+
"pyrogram",
104+
"postgresql"
83105
],
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/"
106112
}

0 commit comments

Comments
 (0)