]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
endpoint for twitch leaderboard
[alttp.git] / app / Console / Kernel.php
index ea3807d3e84c6b553cdab5b08afac864817f97fc..bbb747d3d614fbdc9e52828f021fd87247466ce5 100644 (file)
@@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
+               $schedule->command('twitch:channel-info')->everyFiveMinutes();
                $schedule->command('sync:ladder')->daily();
                $schedule->command('sync:speedgaming')->everyFiveMinutes();
                $schedule->command('sync:sra')->everyFifteenMinutes();