Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChampu authored Nov 22, 2024
1 parent a43e33a commit 3d5f1d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3d5f1d3

Please sign in to comment.