README(Matrix): Fix spacing.
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user