README(Matrix): Fix spacing.

This commit is contained in:
Spencer
2023-04-01 02:48:23 +00:00
committed by GitHub
parent 76d118ad5f
commit cf187350db

View File

@@ -242,8 +242,8 @@ twitch_miner = TwitchChannelPointsMiner(
username="twitch_miner", # Matrix username (without homeserver) username="twitch_miner", # Matrix username (without homeserver)
password="...", # Matrix password password="...", # Matrix password
homeserver="matrix.org", # Matrix homeserver homeserver="matrix.org", # Matrix homeserver
room_id="..." # Room ID room_id="...", # Room ID
events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE, Events.BET_LOSE], # Only these events will be sent to the chat events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE, Events.BET_LOSE], # Only these events will be sent to the chat
) )
), ),
streamer_settings=StreamerSettings( streamer_settings=StreamerSettings(