diff --git a/stubs/telegram.php b/stubs/telegram.php index 003900c..00566c7 100644 --- a/stubs/telegram.php +++ b/stubs/telegram.php @@ -11,5 +11,5 @@ | the chatbot through Telegram. | */ - 'telegram_token' => env('TELEGRAM_TOKEN'), + 'token' => env('TELEGRAM_TOKEN'), ];