mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
fix ~help module thing
This commit is contained in:
parent
7e2b717d0a
commit
dd64b5955a
@ -48,8 +48,8 @@ var commands = function(dbot) {
|
||||
} else {
|
||||
var helpLink = dbot.config.repoRoot +
|
||||
'blob/master/modules/' + moduleName + '/README.md';
|
||||
if(dbot.config[moduleName].help) {
|
||||
helpLink = dbot.config[moduleName].help;
|
||||
if(dbot.config.modules[moduleName].help) {
|
||||
helpLink = dbot.config.modules[moduleName].help;
|
||||
}
|
||||
|
||||
// TODO: Check it exists
|
||||
|
Loading…
Reference in New Issue
Block a user