]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
clean up forgotten guessing games
[alttp.git] / app / Console / Kernel.php
index bbb747d3d614fbdc9e52828f021fd87247466ce5..32e5c8a0afad44f0309ebe55e7fb4995c90ddc45 100644 (file)
@@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
                $schedule->command('sync:avatars')->everyFiveMinutes();
                $schedule->command('sync:racetime')->everyFiveMinutes();
                $schedule->command('chat:evaluate 100')->everyMinute();
+               $schedule->command('guessing:clean')->everyFifteenMinutes();
     }
 
     /**