From e3b35adb1c2a324439f53d27c11eac04e5262990 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 27 Jul 2013 23:11:02 +0000 Subject: [PATCH] ah just remove that shit for now --- modules/imgur/pages.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/imgur/pages.js b/modules/imgur/pages.js index 28b503d..167a42d 100644 --- a/modules/imgur/pages.js +++ b/modules/imgur/pages.js @@ -3,13 +3,7 @@ var _ = require('underscore')._; var pages = function(dbot) { return { '/imgur/random': function(req, res) { - var quoteCat = dbot.db.quoteArrs[dbot.config.modules.imgur.highscore], - highScore = 0; - - if(quoteCat) { - highScore = _.last(quoteCat); - } - + var highScore = 0; res.render('imgurr', { "highscore" : highScore }); },