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,7 +242,7 @@ twitch_miner = TwitchChannelPointsMiner(
username="twitch_miner", # Matrix username (without homeserver)
password="...", # Matrix password
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
)
),