-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.sample
56 lines (48 loc) · 1.21 KB
/
.env.sample
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
48
49
50
51
52
53
54
55
56
#
# Sample .env file
# Copy this file .env to be picked up by the bot's dotenv call.
#
# *** DO NOT CHECK THE .env FILE INTO GIT! ***
#
# Port for the web server to run on.
#
PORT=8080
#
# Your discord token.
#
TOKEN=<your discord bot token>
#
# The directory in node_modules to look for modules.
#
NAMESPACE=@autobot
#
# The pattern to use for including modules.
#
MODULE_PATTERN=module-*
#####################################################################
#
# Individual module configurations.
#
#####################################################################
#
# docsbot (https://github.com/autobots-rocks/autobot-docsbot)
#
DOCSBOT_SAVE_PATH=<some full path to a directory where json files will be stored>
DOCSBOT_ADMIN_ROLE_NAME=docsbot
DOCSBOT_LIMIT_CHARS=1000
DOCSBOT_PREFIX_SEARCH=;
DOCSBOT_PREFIX_CHEAT=;;cheat
DOCSBOT_PREFIX_LIST=;;list
DOCSBOT_PREFIX_TERMS=;;terms
DOCSBOT_PREFIX_UPDATE=;;update
DOCSBOT_PREFIX_HELP=;;help
PING_PREFIX=;;ping
# 1-10 range or getting results may behave unpredictably
DOCSBOT_LIMIT_RESULTS=5
#
# Aliases Configuration
#
DOCSBOT_ALIASES_CONFIG_PATH=<some path>.json
DOCSBOT_PREFIX_ALIAS_ADD=;;aliasadd
DOCSBOT_PREFIX_ALIAS_LIST=;;aliaslist
DOCSBOT_PREFIX_ALIAS_DELETE=;;aliasdelete