From f6a8423027edc0fbb41470431036ec59cef83745 Mon Sep 17 00:00:00 2001 From: Avishkar Patil <67785446+avipatilpro@users.noreply.github.com> Date: Mon, 24 May 2021 18:01:05 +0530 Subject: [PATCH] Initial Commit --- app.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index ea9e86f..83396a1 100644 --- a/app.json +++ b/app.json @@ -15,7 +15,7 @@ "repository": "https://github.com/avipatilpro/FileStreamBot/", "success_url": "/", "logo": "https://telegra.ph/file/9d63060a06c6fc6def1da.png", - "website": "avifilestreambot.herokuapp.com", + "website": "avipatilweb.me", "env": { "ENV": { "description": "Set this to True if you don't want to crash the bot", @@ -35,6 +35,7 @@ }, "BIN_CHANNEL": { "description": "The BIN Channel ID. Read the readme for more info about this var" + }, "DATABASE_URL": { "description": "MongoDB URI for saving User IDs when they first Start the Bot. We will use that for Broadcasting to them. I will try to add more features related with Database. If you need help to get the URI you can ask in Support Group: https://t.me/linux_repo" @@ -48,7 +49,7 @@ }, "UPDATES_CHANNEL": { "description": "Put a Public Channel Username, so every user have to Join that channel to use the bot. Must add bot to channel as Admin to work properly.", - "required": false + }, "SLEEP_THRESHOLD": { "description": "Floodwait Sleep timer. Read the readme for more info about this var", @@ -76,7 +77,7 @@ "required": false }, "SESSION_NAME": { - "description": "Any Session Name for Bot", + "description": " Session Name for Bot [ Add AvishkarPatil ]", "required": false } },