Decrease checks interval

0d2bf0081061deaa21f161a590b8043641a8a1b5

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -9289,7 +9289,7 @@ async function connectAPISlash(args, text) {
92899289
9290 try {9290 try {
9291 if (connectionRequired) {9291 if (connectionRequired) {
9292 await waitUntilCondition(() => online_status !== 'no_connection', 5000, 500);9292 await waitUntilCondition(() => online_status !== 'no_connection', 5000, 100);
9293 }9293 }
9294 console.log('Connection successful');9294 console.log('Connection successful');
9295 } catch {9295 } catch {