forked from GitHub/dbot
fix ~help module thing
This commit is contained in:
parent
7e2b717d0a
commit
dd64b5955a
@ -48,8 +48,8 @@ var commands = function(dbot) {
|
|||||||
} else {
|
} else {
|
||||||
var helpLink = dbot.config.repoRoot +
|
var helpLink = dbot.config.repoRoot +
|
||||||
'blob/master/modules/' + moduleName + '/README.md';
|
'blob/master/modules/' + moduleName + '/README.md';
|
||||||
if(dbot.config[moduleName].help) {
|
if(dbot.config.modules[moduleName].help) {
|
||||||
helpLink = dbot.config[moduleName].help;
|
helpLink = dbot.config.modules[moduleName].help;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Check it exists
|
// TODO: Check it exists
|
||||||
|
Loading…
Reference in New Issue
Block a user