forked from GitHub/dbot
whoops
This commit is contained in:
parent
de1d8d67d8
commit
fdfb94371e
@ -185,7 +185,7 @@ var sstats = function(dbot) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.db.del('user_stats', oldUser.id, function() {});
|
this.db.del('user_stats', oldUser.id, function() {});
|
||||||
this.db.save('user_stats', newUser.id, newUser, function() {});
|
this.db.save('user_stats', newUser.id, nuStats, function() {});
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user