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 {
constructor() {
this.client = new Discord.Client();
this.client = new Discord.Client({autoReconnect: true});
this.mention = false;
this.rotator = null;
this.maindb = null;

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

Loading…
Cancel
Save