mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
ah just remove that shit for now
This commit is contained in:
parent
ba9921919f
commit
e3b35adb1c
@ -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 });
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user