From 3d5f1d371f2da62a3a989f01752df08f1b1d6148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=84=CA=9C=E1=B4=A7=E1=B4=8D=E1=B4=98=E1=B4=9C?= <117635421+TheChampu@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:15:38 +0530 Subject: [PATCH] Update config.py --- config/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.py b/config/config.py index c2401b7..6c9425a 100644 --- a/config/config.py +++ b/config/config.py @@ -14,6 +14,9 @@ ## Get it from @Botfather in Telegram. BOT_TOKEN = getenv("BOT_TOKEN") +# Get Your bot username +BOT_USERNAME = getenv("BOT_USERNAME" , "TheChampuBot") + # Get your mongo url from cloud.mongodb.com MONGO_DB_URI = getenv("MONGO_DB_URI", None)