|
|
@@ -114,15 +114,15 @@ Once OwnchatBot is running, you can start setting up your rewards and other opti
|
|
|
|
|
|
The first thing you'll want to visit is the settings page. Each option is explained in detail. Then you'll need to get it talking to your Owncast instance, and Kofi if you'll be using it, both covered below.
|
|
|
|
|
|
-### Rewards Queue
|
|
|
+### Rewards queue
|
|
|
|
|
|
Also provided by the install script. The queue will refresh every 30 seconds to keep you up to date on your viewers' redeemed rewards. You can mark them as fulfilled as you go, or refund points when necessary.
|
|
|
|
|
|
-### Owncast chat connection
|
|
|
+### Owncast connection
|
|
|
OwnchatBot accesses Owncast chat room information via a webhook. You'll need to point Owncast at that webhook for things to function.
|
|
|
1. Go to your Owncast Admin panel -> Integrations -> Webhooks
|
|
|
2. Click on "Create Webhook"
|
|
|
-3. In the top field, enter OwnchatBot's address and port, with `/chatHook` appended (Example: http://localhost:8081/chatHook), which you'll set up below in the "Running OwnchatBot" section.
|
|
|
+3. In the top field, enter OwnchatBot's address and port which you set up in the "Running OwnchatBot" section, with `/chatHook` appended (Example: http://localhost:8081/chatHook).
|
|
|
4. Click the "Select All" button.
|
|
|
5. Click "OK"
|
|
|
|