]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
sync ladder schedule
[alttp.git] / app / Console / Kernel.php
index 2fc689c24ff66118634d1843036a640f81f35e1f..ea3807d3e84c6b553cdab5b08afac864817f97fc 100644 (file)
@@ -15,8 +15,12 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
-               $schedule->command('sync:avatars')->everyFiveMinutes();
+               $schedule->command('sync:ladder')->daily();
                $schedule->command('sync:speedgaming')->everyFiveMinutes();
+               $schedule->command('sync:sra')->everyFifteenMinutes();
+               $schedule->command('sync:avatars')->everyFiveMinutes();
+               $schedule->command('sync:racetime')->everyFiveMinutes();
+               $schedule->command('chat:evaluate 100')->everyMinute();
     }
 
     /**