We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26a0e21 + 0b4e9f6 commit b1e1de7Copy full SHA for b1e1de7
lib/bot.js
@@ -108,7 +108,7 @@ class Bot extends EventEmitter {
108
// Yes, checking for string errors sucks, but we have no other attributes to check
109
// this error against.
110
if (err.toString().includes('Proxy connection timed out')) {
111
- this.steamClient.relog();
+ this.logIn();
112
}
113
});
114
0 commit comments