From: Daniel Karbach Date: Sun, 6 Jul 2025 12:28:59 +0000 (+0200) Subject: auto run discord event subscriptions X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=aef2193a2789007b0e995756b4709cf840cca2a3;p=alttp.git auto run discord event subscriptions --- diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 298dfe5..3d08893 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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(); }