/** * Module Name: imgur * Description: Various imgur functionality */ var _ = require('underscore')._, request = require('request'); var project = function(dbot) { // nothing to see here go away love zuzak } exports.fetch = function(dbot) { return new project(dbot); }