From b9d7ff19edb47d96d3e01dd4399984e23a4de76e Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Mon, 31 Oct 2011 17:09:41 +0000 Subject: [PATCH] herp fix --- run.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/run.js b/run.js index 1ce9536..70c25d3 100644 --- a/run.js +++ b/run.js @@ -6,10 +6,8 @@ require('./snippets'); var modules = ['spelling', 'web', 'modehate', 'user', 'admin', 'puns', 'kick', 'karma', 'youare', 'quotes']; var DBot = function(dModules, timers) { - this.config = fs.readFileSync('conf.json', 'utf-8'); - - this.admin = this.config.admin; - this.name = this.config.username; + this.admin = 'reality'; + this.name = 'depressionbot'; this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8')); this.timers = timers.create();