2019-11-30 02:00:14 +00:00
|
|
|
###########
|
|
|
|
# Required
|
|
|
|
###########
|
2019-11-13 00:09:06 +00:00
|
|
|
|
2019-12-09 20:52:33 +00:00
|
|
|
# Put environment type here (development, staging, or production)
|
|
|
|
NODE_ENV=development
|
|
|
|
|
2019-11-13 00:09:06 +00:00
|
|
|
# Put Discord token here
|
|
|
|
TOKEN=
|
2019-11-30 02:00:14 +00:00
|
|
|
# Put MongoDB database URL here
|
|
|
|
MONGO=mongodb://localhost:27017/esmBot
|
|
|
|
# Put snowflake ID of bot owner here
|
|
|
|
OWNER=
|
|
|
|
|
|
|
|
###########
|
|
|
|
# Optional
|
|
|
|
###########
|
|
|
|
|
2019-11-13 00:09:06 +00:00
|
|
|
# Put Cat API token here
|
|
|
|
CAT=
|
|
|
|
# Put Mashape/RapidAPI key here
|
|
|
|
MASHAPE=
|
|
|
|
# Put Google API key here
|
|
|
|
GOOGLE=
|
|
|
|
# Put Google Custom Search ID here
|
|
|
|
CSE=
|
|
|
|
# Put DBL/top.gg token here
|
|
|
|
DBL=
|
|
|
|
|
2019-12-05 17:40:09 +00:00
|
|
|
# Put HTML help page output location here, leave blank to disable
|
|
|
|
OUTPUT=
|
|
|
|
|
2019-11-30 02:00:14 +00:00
|
|
|
# Enable/disable Twitter bot (true/false)
|
|
|
|
TWITTER=false
|
|
|
|
# Put Twitter username here
|
|
|
|
HANDLE=
|
|
|
|
# Put consumer key, consumer secret, access token, and access secret here
|
|
|
|
TWITTER_KEY=
|
|
|
|
CONSUMER_SECRET=
|
|
|
|
ACCESS_TOKEN=
|
|
|
|
ACCESS_SECRET=
|