diff --git a/.env.example b/.env.example index e337009..48597bb 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,5 @@ # Discord Token DISCORD_TOKEN="Enter your Discord secret token" + +# MongoDB connection string +MONGO_URI="Enter your Mongo connection string"