3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 03:33:07 +01:00

that should do it.. maybe..

This commit is contained in:
reality 2013-09-10 18:25:20 +00:00
parent a3f9e238bf
commit 3ff165f323

View File

@ -293,7 +293,7 @@ var imgur = function(dbot) {
this.riCache.push([ link, imgData ]);
next();
}.bind(this));
}.bind(this));
}.bind(this), function() {});
if(!_.has(dbot.db.imgur, 'totalHttpRequests')) dbot.db.imgur.totalHttpRequests = 0;
if(!_.has(dbot.db.imgur, 'totalApiRequests')) dbot.db.imgur.totalApiRequests = 0;