From 0d144d18a0a67ae6a241324e46ec0885aed5c554 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 14 Jan 2021 17:59:11 +0000 Subject: [PATCH] feat(*): Update readme to clarify config.json privacy concerns --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d84ddc..2a92c7a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ An open source Discord bot for helping coders gain experience working on open so You should fork this project and submit Pull Requests with your changes, ready to be code reviewed and merged into this project. +If you want to test this code you will need to contact jcreek to get the `elasticsearch_address` and `token` needed in `config.json`. These must not be shared online or committed to the repo. + ## Add a command To add a command, edit the `commands.js` file.