configuration changes

- added autoreconnect
- changed dependency update branch
pull/45/head
Trivernis 6 years ago
parent 84df9ce4f2
commit cb48f4961a

@ -17,7 +17,7 @@ let weblib = null;
class Bot { class Bot {
constructor() { constructor() {
this.client = new Discord.Client(); this.client = new Discord.Client({autoReconnect: true});
this.mention = false; this.mention = false;
this.rotator = null; this.rotator = null;
this.maindb = null; this.maindb = null;

@ -1,5 +1,8 @@
{ {
"extends": [ "extends": [
"config:base" "config:base"
],
"baseBranches": [
"dependencie-updates"
] ]
} }

Loading…
Cancel
Save