From f0a66e38a6bd23a4210155c290c4c062decb3a98 Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Sat, 8 Apr 2023 13:58:29 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339a01c..f5faa4d 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ twitch_miner = TwitchChannelPointsMiner( streamer_offline="red", # Read more in README.md BET_wiN=Fore.MAGENTA # Color allowed are: [BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, RESET]. ), - telegram=Telegram( # You can omit or leave None if you don't want to receive updates on Telegram + telegram=Telegram( # You can omit or set to None if you don't want to receive updates on Telegram chat_id=123456789, # Chat ID to send messages @getmyid_bot token="123456789:shfuihreuifheuifhiu34578347", # Telegram API token @BotFather events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE,