[ 'default' => env('DISCORD_ALERT_WEBHOOK'), 'update' => env('DISCORD_ALERT_UPDATE_WEBHOOK'), 'rerelease' => env('DISCORD_ALERT_RERELEASE_WEBHOOK'), ], /* * This job will send the message to Discord. You can extend this * job to set timeouts, retries, etc... */ 'job' => Spatie\DiscordAlerts\Jobs\SendToDiscordChannelJob::class, ];