mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
Add links to existing docs in config.json files [#352]
This commit is contained in:
parent
841ebc3f21
commit
0e2e6a60db
@ -1,3 +1,4 @@
|
||||
{
|
||||
"ignorable": true
|
||||
"ignorable": true,
|
||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/ctcp/README.md"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"password": "yourpasswordhere",
|
||||
"dependencies": [ "command" ],
|
||||
"ignorable": true,
|
||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md",
|
||||
"dentQuotes": false
|
||||
}
|
||||
|
3
modules/dns/config.json
Normal file
3
modules/dns/config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/dns/README.md"
|
||||
}
|
3
modules/event/config.json
Normal file
3
modules/event/config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/event/README.md"
|
||||
}
|
3
modules/timers/config.json
Normal file
3
modules/timers/config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/timers/README.md"
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"webHost": "localhost",
|
||||
"webPort": 8080,
|
||||
"externalPath": false
|
||||
"externalPath": false,
|
||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user