From 3b751f5ddccd3d3409dc827ccfbeca9824f7adb2 Mon Sep 17 00:00:00 2001 From: Spencer <36741900+Spencer-0003@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:43:43 +0000 Subject: [PATCH] Fixed error in example. --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index 034b42e..30a308d 100644 --- a/example.py +++ b/example.py @@ -47,7 +47,7 @@ twitch_miner = TwitchChannelPointsMiner( discord=Discord( webhook_api="https://discord.com/api/webhooks/0123456789/0a1B2c3D4e5F6g7H8i9J", # Discord Webhook URL events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE, Events.BET_LOSE], # Only these events will be sent to the chat - ) + ), matrix=Matrix( username="twitch_miner", # Matrix username (without homeserver) password="...", # Matrix password