]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
respond to whispers
[alttp.git] / app / Console / Kernel.php
index bbb747d3d614fbdc9e52828f021fd87247466ce5..14c784032cf28fd76dd4c181a39510cd73056278 100644 (file)
@@ -19,9 +19,11 @@ class Kernel extends ConsoleKernel
                $schedule->command('sync:ladder')->daily();
                $schedule->command('sync:speedgaming')->everyFiveMinutes();
                $schedule->command('sync:sra')->everyFifteenMinutes();
+               $schedule->command('sync:zsr')->everyFifteenMinutes();
                $schedule->command('sync:avatars')->everyFiveMinutes();
                $schedule->command('sync:racetime')->everyFiveMinutes();
                $schedule->command('chat:evaluate 100')->everyMinute();
+               $schedule->command('guessing:clean')->everyFifteenMinutes();
     }
 
     /**