mirror of
https://github.com/reality/dbot.git
synced 2024-12-26 12:42:51 +01:00
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.admin = this.config.admin || 'reality';
|
||||
this.name = this.config.name || 'depressionbot';
|
||||
this.name = this.config.name || 'dbox';
|
||||
|
||||
this.timers = timers.create();
|
||||
this.waitingForKarma = false;
|
||||
|
Loading…
Reference in New Issue
Block a user