mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 11:51:17 +00:00
[docs] Fix broken preparations image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
220a501ab8
commit
7d19bee9a4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue