forked from GitHub/dbot
change nick to dbox
This commit is contained in:
parent
23e4e5d7c0
commit
3d79363b59
2
run.js
2
run.js
@ -10,7 +10,7 @@ var DBot = function(dModules, timers) {
|
|||||||
this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8'));
|
this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8'));
|
||||||
|
|
||||||
this.admin = this.config.admin || 'reality';
|
this.admin = this.config.admin || 'reality';
|
||||||
this.name = this.config.name || 'depressionbot';
|
this.name = this.config.name || 'dbox';
|
||||||
|
|
||||||
this.timers = timers.create();
|
this.timers = timers.create();
|
||||||
this.waitingForKarma = false;
|
this.waitingForKarma = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user