2024-08-31 10:03:09 +01:00
|
|
|
# Bot token
|
|
|
|
BOT_TOKEN=YOUR_BOT_TOKEN
|
|
|
|
|
|
|
|
# Nodemailer
|
|
|
|
EMAIL_NAME="Example"
|
|
|
|
EMAIL_USER=example@example.com
|
|
|
|
EMAIL_PASS=YOUR_EMAIL_PASS
|
|
|
|
|
2024-09-08 20:52:49 +01:00
|
|
|
# API
|
|
|
|
RAPIDAPI_KEY=YOUR_RAPIDAPI_KEY // grab yours from https://rapidapi.com/community/api/urban-dictionary/playground/53aa4f68e4b07e1f4ebeb2b0
|
2024-09-14 21:51:31 +01:00
|
|
|
WORDNIK_API_KEY=YOUR_WORDNIK_API_KEY // grab yours from https://developer.wordnik.com/
|
2024-09-08 20:52:49 +01:00
|
|
|
|
2024-10-15 11:30:25 +01:00
|
|
|
# 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
|
|
|
|
|
2024-08-31 10:03:09 +01:00
|
|
|
# Database
|
|
|
|
MONGODB_URI=YOUR_MONGODB_URI
|