Skip to content

Commit 9e11385

Browse files
committed
readme changes
1 parent 9220138 commit 9e11385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ TELEGRAM_CHAT_ID=your-telegram-chat-id
4343
'via' => \C0deM1ner\LaravelTelegramLogger\Logger\TelegramLogger::class,
4444
'chat_id' => env('TELEGRAM_CHAT_ID', '1234567'),
4545
'token' => env('TELEGRAM_BOT_TOKEN', '')
46+
'type' => 'alert', // can be 'alert', 'error', 'info'
4647
],
4748

4849
// You can also add multiple Telegram channels

0 commit comments

Comments
 (0)