diff --git a/bot.js b/bot.js index 8769c37..02e1c63 100644 --- a/bot.js +++ b/bot.js @@ -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; diff --git a/renovate.json b/renovate.json index f45d8f1..5db4196 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "extends": [ "config:base" + ], + "baseBranches": [ + "dependencie-updates" ] }