We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6fcc6 commit b1d8ed6Copy full SHA for b1d8ed6
src/config/config.php
@@ -4,9 +4,9 @@
4
/**
5
* Bot configuration
6
*/
7
- 'bot' => [
8
- 'name' => env('PHP_TELEGRAM_BOT_NAME', 'Test Name'),
9
- 'api_key' => env('PHP_TELEGRAM_BOT_API_KEY', '489567508:AAEJgd80WMYbl7NisJYpkWCJLt2o_0RkpXs'),
+ 'bot' => [
+ 'name' => env('PHP_TELEGRAM_BOT_NAME', ''),
+ 'api_key' => env('PHP_TELEGRAM_BOT_API_KEY', ''),
10
],
11
12
@@ -27,7 +27,7 @@
27
28
29
30
- 'admins' => [
+ 'admins' => [
31
// Admin ids
32
33
0 commit comments