forked from esmBot/esmBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
47 lines (39 loc) · 961 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
###########
# Required
###########
# Put environment type here (development, staging, or production)
NODE_ENV=development
# Put Discord token here
TOKEN=
# Put MongoDB database URL here
MONGO=mongodb://localhost:27017/esmBot
# Put snowflake ID of bot owner here
OWNER=
# Put default prefix here
PREFIX=&
###########
# Optional
###########
# Put Cat API token here
CAT=
# Put Mashape/RapidAPI key here
MASHAPE=
# Put Google API key here
GOOGLE=
# Put DBL/top.gg token here
DBL=
# Put HTML help page output location here, leave blank to disable
OUTPUT=
# Put temporary image dir here (make sure it's accessible via a web server), leave blank to disable
TEMPDIR=
# Set this to true if you're using PM2 to manage the bot
PMTWO=false
# 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=