forked from GitHub/dbot
that should do it.. maybe..
This commit is contained in:
parent
a3f9e238bf
commit
3ff165f323
@ -293,7 +293,7 @@ var imgur = function(dbot) {
|
|||||||
this.riCache.push([ link, imgData ]);
|
this.riCache.push([ link, imgData ]);
|
||||||
next();
|
next();
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this), function() {});
|
||||||
|
|
||||||
if(!_.has(dbot.db.imgur, 'totalHttpRequests')) dbot.db.imgur.totalHttpRequests = 0;
|
if(!_.has(dbot.db.imgur, 'totalHttpRequests')) dbot.db.imgur.totalHttpRequests = 0;
|
||||||
if(!_.has(dbot.db.imgur, 'totalApiRequests')) dbot.db.imgur.totalApiRequests = 0;
|
if(!_.has(dbot.db.imgur, 'totalApiRequests')) dbot.db.imgur.totalApiRequests = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user