mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
right name...
This commit is contained in:
parent
7071a7dac6
commit
94bc9929ce
2
run.js
2
run.js
@ -8,7 +8,7 @@ var modules = ['user', 'admin', 'puns', 'kick', 'reality', 'karma', 'youare', 'q
|
|||||||
var DBot = function(dModules, timers) {
|
var DBot = function(dModules, timers) {
|
||||||
this.admin = 'reality';
|
this.admin = 'reality';
|
||||||
this.waitingForKarma = false;
|
this.waitingForKarma = false;
|
||||||
this.name = 'deressionbot';
|
this.name = 'depressionbot';
|
||||||
this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8'));
|
this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8'));
|
||||||
this.timers = timers.create();
|
this.timers = timers.create();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user