diff --git a/modules/ctcp/config.json b/modules/ctcp/config.json index c945e96..b300d9f 100644 --- a/modules/ctcp/config.json +++ b/modules/ctcp/config.json @@ -1,3 +1,4 @@ { - "ignorable": true + "ignorable": true, + "help": "https://github.com/reality/depressionbot/blob/master/modules/ctcp/README.md" } diff --git a/modules/dent/config.json b/modules/dent/config.json index 4a48ea8..8b0fd90 100644 --- a/modules/dent/config.json +++ b/modules/dent/config.json @@ -3,5 +3,6 @@ "password": "yourpasswordhere", "dependencies": [ "command" ], "ignorable": true, + "help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md", "dentQuotes": false } diff --git a/modules/dns/config.json b/modules/dns/config.json new file mode 100644 index 0000000..644956e --- /dev/null +++ b/modules/dns/config.json @@ -0,0 +1,3 @@ +{ + "help": "https://github.com/reality/depressionbot/blob/master/modules/dns/README.md" +} diff --git a/modules/event/config.json b/modules/event/config.json new file mode 100644 index 0000000..55c9c57 --- /dev/null +++ b/modules/event/config.json @@ -0,0 +1,3 @@ +{ + "help": "https://github.com/reality/depressionbot/blob/master/modules/event/README.md" +} diff --git a/modules/timers/config.json b/modules/timers/config.json new file mode 100644 index 0000000..9cc23c8 --- /dev/null +++ b/modules/timers/config.json @@ -0,0 +1,3 @@ +{ + "help": "https://github.com/reality/depressionbot/blob/master/modules/timers/README.md" +} diff --git a/modules/web/config.json b/modules/web/config.json index 7ed62f6..f714ecc 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,5 +1,6 @@ { "webHost": "localhost", "webPort": 8080, - "externalPath": false + "externalPath": false, + "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }