Update README.md

This commit is contained in:
Roman Davydov
2023-04-08 13:58:29 +03:00
committed by GitHub
parent 9aa342ab58
commit f0a66e38a6

View File

@@ -229,7 +229,7 @@ twitch_miner = TwitchChannelPointsMiner(
streamer_offline="red", # Read more in README.md streamer_offline="red", # Read more in README.md
BET_wiN=Fore.MAGENTA # Color allowed are: [BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, RESET]. 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 chat_id=123456789, # Chat ID to send messages @getmyid_bot
token="123456789:shfuihreuifheuifhiu34578347", # Telegram API token @BotFather token="123456789:shfuihreuifheuifhiu34578347", # Telegram API token @BotFather
events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE, events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE,