Skip to content

Commit

Permalink
Fix for random bot despawns when API errors occur during audit routine
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarus committed Mar 3, 2017
1 parent aba3e7f commit 4178538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flint.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ Flint.prototype.auditBots = function() {
})
.catch(err => {
this.debug(err.message);
return when(true);
});

// membership
Expand Down

0 comments on commit 4178538

Please sign in to comment.