diff --git a/run.js b/run.js index 6102988..6c782c8 100644 --- a/run.js +++ b/run.js @@ -168,7 +168,7 @@ DBot.prototype.reloadModules = function() { var config = {}; if(_.has(this.db.config, name)) { - config = this.db.config[name]; + config = _.clone(this.db.config[name]); } try {