Skip to content

Commit

Permalink
debug false
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Feb 16, 2020
1 parent 86ed635 commit 6c64db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// Grab tokens and secret files
const debug = true;
const debug = false;
if(!debug) var tracer = require('dd-trace').init()
if(debug) var auth = require('../tokens/scuttester-auth.json');
else var auth = require('../tokens/owo-auth.json');
Expand Down
2 changes: 1 addition & 1 deletion src/owo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const dbl = new DBL(auth.dbl);
class OwO extends Base{
constructor(bot){
super(bot);
this.debug = true;
this.debug = false;
this.auth = auth;
this.dbl = dbl;

Expand Down

0 comments on commit 6c64db0

Please sign in to comment.