]> git.localhorst.tv Git - alttp.git/commitdiff
auto run discord event subscriptions
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 6 Jul 2025 12:28:59 +0000 (14:28 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 6 Jul 2025 12:28:59 +0000 (14:28 +0200)
app/Console/Kernel.php

index 298dfe53f99f38af5c5409c8c9f921402053d0f8..3d08893e10dd1f4cc7d0505119504aa900170868 100644 (file)
@@ -23,6 +23,7 @@ class Kernel extends ConsoleKernel
                $schedule->command('sync:zsr')->everyFifteenMinutes();
                $schedule->command('sync:avatars')->everyFiveMinutes();
                $schedule->command('sync:racetime')->everyFiveMinutes();
+               $schedule->command('discord:episode-subscriptions')->everyMinute();
                $schedule->command('chat:evaluate 100')->everyMinute();
                $schedule->command('guessing:clean')->everyFifteenMinutes();
     }