]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
chat log evaluation
[alttp.git] / app / Console / Kernel.php
index c3d9affa9cc5431706a005f38806bfca64ae72e2..4f8719fc0953754193df7c5002a5cea2b3532b55 100644 (file)
@@ -19,6 +19,7 @@ class Kernel extends ConsoleKernel
                $schedule->command('sync:sra')->everyFifteenMinutes();
                $schedule->command('sync:avatars')->everyFiveMinutes();
                $schedule->command('sync:racetime')->everyFiveMinutes();
+               $schedule->command('chat:evaluate 100')->everyMinute();
     }
 
     /**