From 5d8ceb354b2c3e60d66b7d2935fd61de8adcc548 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Mon, 9 Oct 2023 00:30:41 -0400 Subject: [PATCH] Update config/bot.php --- config/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bot.php b/config/bot.php index 47d5738..db07d63 100644 --- a/config/bot.php +++ b/config/bot.php @@ -2,5 +2,5 @@ return [ 'webhook' => env('BOT_SLACK_WEBHOOK_URL', ''), - 'header_auth' => env('BOT_SLACK_WEBHOOK_URL', ''), + 'header_auth' => env('BOT_X_BOTAUTH', ''), ];