Decrease checks interval
| @@ -9289,7 +9289,7 @@ async function connectAPISlash(args, text) { | ||
| 9289 | 9289 | |
| 9290 | 9290 | try { |
| 9291 | 9291 | if (connectionRequired) { |
| 9292 | 9292 | await waitUntilCondition(() => online_status !== 'no_connection', 5000, 500100); |
| 9293 | 9293 | } |
| 9294 | 9294 | console.log('Connection successful'); |
| 9295 | 9295 | } catch { |