diff --git a/modules/imgur/imgur.js b/modules/imgur/imgur.js index e5bc058..018234f 100644 --- a/modules/imgur/imgur.js +++ b/modules/imgur/imgur.js @@ -58,8 +58,8 @@ var imgur = function(dbot) { if (_.contains(category, testUrl)){ // there's probably less than 62^5 chance of this happening } else { - if(!_.has(dbot.db.quoteArrs, category)) dbot.db.quoteArrs[category] = []; - dbot.db.quoteArrs[category].push(testUrl); + dbot.api.quotes.addQuote(category, testUrl, + dbot.config.name, function() { }); } } }