chore(userbot): apply prettier formatting across manifests

This commit is contained in:
2026-06-19 12:03:13 +02:00
parent 20b8c93275
commit 95cec59263
2 changed files with 16 additions and 22 deletions
+1 -7
View File
@@ -2,13 +2,7 @@
"name": "Moon-userbot",
"description": "A Simple, Fast, Customizable, Ai powered Userbot for Telegram with most easiest installation.",
"logo": "https://camo.githubusercontent.com/1efdfa6416b3cd08471d865ca9ebf0fbdd38602ea95425f18a9bec6aeeefe49b/68747470733a2f2f74656c656772612e70682f66696c652f3063333763326662306631393463633163303334342e6a7067",
"keywords": [
"telegram",
"Moon-userbot",
"bot",
"python",
"pyrogram"
],
"keywords": ["telegram", "Moon-userbot", "bot", "python", "pyrogram"],
"env": {
"API_ID": {
"description": "Get it from my.telegram.org",
+15 -15
View File
@@ -1,17 +1,17 @@
services:
- type: worker
name: Moon-Userbot
runtime: docker
repo: https://github.com/The-MoonTg-project/Moon-Userbot
plan: starter
envVars:
- key: STABILITY_KEY
sync: false
- key: CLARIFAI_PAT
sync: false
- key: .env
sync: false
region: oregon
dockerContext: .
dockerfilePath: ./Dockerfile
- type: worker
name: Moon-Userbot
runtime: docker
repo: https://github.com/The-MoonTg-project/Moon-Userbot
plan: starter
envVars:
- key: STABILITY_KEY
sync: false
- key: CLARIFAI_PAT
sync: false
- key: .env
sync: false
region: oregon
dockerContext: .
dockerfilePath: ./Dockerfile
version: "1"