fix save callback lack (lol)

This commit is contained in:
Luke Slater 2018-05-12 18:56:14 +01:00 committed by GitHub
parent 814a84ee8e
commit 6a255244df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
run.js
View File

@ -332,7 +332,7 @@ DBot.prototype.reloadModules = function() {
}.bind(this));
this.save();
this.save(function() {});
};
new DBot();