[docs] Fix broken preparations image

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-09-04 21:22:40 +02:00
parent 220a501ab8
commit 7d19bee9a4
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -15,5 +15,5 @@ Registering your application is a relatively straight-forward process:
- Go to https://dev.twitch.tv/console/apps/create
- Fill out the form you are presented with. You can choose any **Name** you want for your bot. I'd recommend using one you later will recognize your bot under. For the **OAuth Redirect URL** choose the URL you want to have the bot available under later. If you want to have it running locally you can choose `http://localhost:3000/` for this field.
![](/screen-twitch-console-register-app.png)
![]({{< static "screen-twitch-console-register-app.png" >}})
- After registering your application go into the application you've just created and click the **New Secret** button. Note down the **Client-Id** and **Client-Secret** in a safe place. You will need them in the [Configuration]({{< ref "configuration.md" >}}) step.