From 8b495d93b88c3bead1b5685a1069d23dfc62037b Mon Sep 17 00:00:00 2001 From: xjxckk <17519346+xjxckk@users.noreply.github.com> Date: Mon, 7 Mar 2022 16:52:05 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e147ed4..0fb1dff 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ Installation: Options: -`full_error` (False by default): Send full traceback with line of code where error occurred (see sample below). +`telegram_token`: Bot Telegram token. -`raise_error` (False by default): Raise error and exit code when there is an error. If this is not set to True an alert will be sent and the code will continue running. +`telegram_channel`: Your Telegram channel ID where you want the alerts to be sent. + +`full_error`: Send full traceback with line of code where error occurred (False by default and shown in sample below). + +`raise_error`: Raise error and exit code when there is an error. If this is not set to True an alert will be sent and the code will continue running (False by default). Usage: ```