This commit is contained in:
reality 2018-05-20 21:46:19 +00:00
parent 554a9e995b
commit a97bda3c20

View File

@ -54,7 +54,7 @@ var admin = function(dbot) {
this.onLoad = function() {
dbot.api.timers.addTimer(60000, function() {
dbot.save();
dbot.save(function() {});
});
};
};