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