mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-21 16:25:55 +00:00
update .env.example
This commit is contained in:
parent
0029f098de
commit
acd1c35bd3
2 changed files with 6 additions and 0 deletions
|
@ -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
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue