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:
parent
a3f9e238bf
commit
3ff165f323
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user