mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 12:29:26 +01:00
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