From 31862414c05bde7444fd28adf112337c37113f53 Mon Sep 17 00:00:00 2001 From: Avishkar Patil Date: Wed, 5 Jan 2022 14:53:44 +0530 Subject: [PATCH] Update app.json --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index bc0e32d..3fbced8 100644 --- a/app.json +++ b/app.json @@ -37,6 +37,9 @@ "description": "The BIN Channel ID. Read the readme for more info about this var" }, + "PING_INTERVAL": { + "description": "Add Ping Interval Default Is 500" + }, "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" },