diff --git a/.unused/app.json b/.unused/app.json index 56cd2ea..f0d3493 100644 --- a/.unused/app.json +++ b/.unused/app.json @@ -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", diff --git a/.unused/render.yaml b/.unused/render.yaml index 812d213..1172ce1 100644 --- a/.unused/render.yaml +++ b/.unused/render.yaml @@ -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"