chore(userbot): apply prettier formatting across manifests
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
"name": "Moon-userbot",
|
"name": "Moon-userbot",
|
||||||
"description": "A Simple, Fast, Customizable, Ai powered Userbot for Telegram with most easiest installation.",
|
"description": "A Simple, Fast, Customizable, Ai powered Userbot for Telegram with most easiest installation.",
|
||||||
"logo": "https://camo.githubusercontent.com/1efdfa6416b3cd08471d865ca9ebf0fbdd38602ea95425f18a9bec6aeeefe49b/68747470733a2f2f74656c656772612e70682f66696c652f3063333763326662306631393463633163303334342e6a7067",
|
"logo": "https://camo.githubusercontent.com/1efdfa6416b3cd08471d865ca9ebf0fbdd38602ea95425f18a9bec6aeeefe49b/68747470733a2f2f74656c656772612e70682f66696c652f3063333763326662306631393463633163303334342e6a7067",
|
||||||
"keywords": [
|
"keywords": ["telegram", "Moon-userbot", "bot", "python", "pyrogram"],
|
||||||
"telegram",
|
|
||||||
"Moon-userbot",
|
|
||||||
"bot",
|
|
||||||
"python",
|
|
||||||
"pyrogram"
|
|
||||||
],
|
|
||||||
"env": {
|
"env": {
|
||||||
"API_ID": {
|
"API_ID": {
|
||||||
"description": "Get it from my.telegram.org",
|
"description": "Get it from my.telegram.org",
|
||||||
|
|||||||
+15
-15
@@ -1,17 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
- type: worker
|
- type: worker
|
||||||
name: Moon-Userbot
|
name: Moon-Userbot
|
||||||
runtime: docker
|
runtime: docker
|
||||||
repo: https://github.com/The-MoonTg-project/Moon-Userbot
|
repo: https://github.com/The-MoonTg-project/Moon-Userbot
|
||||||
plan: starter
|
plan: starter
|
||||||
envVars:
|
envVars:
|
||||||
- key: STABILITY_KEY
|
- key: STABILITY_KEY
|
||||||
sync: false
|
sync: false
|
||||||
- key: CLARIFAI_PAT
|
- key: CLARIFAI_PAT
|
||||||
sync: false
|
sync: false
|
||||||
- key: .env
|
- key: .env
|
||||||
sync: false
|
sync: false
|
||||||
region: oregon
|
region: oregon
|
||||||
dockerContext: .
|
dockerContext: .
|
||||||
dockerfilePath: ./Dockerfile
|
dockerfilePath: ./Dockerfile
|
||||||
version: "1"
|
version: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user