diff --git a/.env.example b/.env.example index 734f02a..5459a00 100644 --- a/.env.example +++ b/.env.example @@ -10,5 +10,9 @@ EMAIL_PASS=YOUR_EMAIL_PASS RAPIDAPI_KEY=YOUR_RAPIDAPI_KEY // grab yours from https://rapidapi.com/community/api/urban-dictionary/playground/53aa4f68e4b07e1f4ebeb2b0 WORDNIK_API_KEY=YOUR_WORDNIK_API_KEY // grab yours from https://developer.wordnik.com/ +# see README.md for more information on TRACKER_API_URL and TRACKER_API_KEY +TRACKER_API_URL=YOUR_TRACKER_API_URL +TRACKER_API_KEY=YOUR_TRACKER_API_KEY + # Database MONGODB_URI=YOUR_MONGODB_URI \ No newline at end of file diff --git a/README.md b/README.md index d5ba283..8ba01b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Discord Multipurpose Bot +--- + ## IMPORTANT: PLEASE READ BEFORE DEPLOYING This bot includes game statistics functionality (currently supports Valorant, CS2 and TFT). Unfortunately, due to [Tracker.gg](https://tracker.gg/) no longer providing API keys, I have created my own API to retrieve the data. Currently, this API is not publicly available. If you wish to use the bot's game stats commands, please feel free to reach out to me via my [email](mailto:info@aydenjahola.com).