diff --git a/run.js b/run.js index 6c782c8..9ace45c 100644 --- a/run.js +++ b/run.js @@ -201,6 +201,8 @@ DBot.prototype.reloadModules = function() { } }, this); + module.config = this.config[name]; + // Load the module itself var rawModule = require(moduleDir + name); var module = rawModule.fetch(this);