update .env.example

This commit is contained in:
Ayden Jahola 2024-10-15 11:30:25 +01:00
parent 0029f098de
commit acd1c35bd3
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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).