Decrease checks interval

0d2bf0081061deaa21f161a590b8043641a8a1b5

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

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -9289,7 +9289,7 @@ async function connectAPISlash(args, text) {
92899289
92909290 try {
92919291 if (connectionRequired) {
92929292 await waitUntilCondition(() => online_status !== 'no_connection', 5000, 500100);
92939293 }
92949294 console.log('Connection successful');
92959295 } catch {