forked from GitHub/dbot
that was dumb
This commit is contained in:
parent
5f8cbe3fb1
commit
cf509cb3c5
@ -53,7 +53,9 @@ var admin = function(dbot) {
|
||||
};
|
||||
|
||||
this.onLoad = function() {
|
||||
dbot.api.timers.addTimer(60000, dbot.save);
|
||||
dbot.api.timers.addTimer(60000, function() {
|
||||
dbot.save();
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user