diff --git a/run.js b/run.js index 9479300..4d683fc 100644 --- a/run.js +++ b/run.js @@ -20,6 +20,9 @@ var DBot = function(timers) { if(!this.db.hasOwnProperty("quoteArrs")) { this.db.quoteArrs = {}; } + if(!this.db.quoteArrs.hasOwnProperty("realityonce")) { + this.db.quoteArrs.realityonce = []; + } if(!this.db.hasOwnProperty("kicks")) { this.db.kicks = {}; }