You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,19 @@ The included config_example.ini should give you a good idea of what the config.i
31
31
32
32
### Twitch
33
33
#### User
34
-
This is simply the username/handle of the streamer/broadcaster. It can be written in whatever case you would like it to appear in the below Discord message/description placeholders, as it will be converted to lowercase automatically for internal functionality.
34
+
This is simply the username/handle of the streamer/broadcaster.
35
+
It can be written in whatever case you would like it to appear in the below Discord message/description placeholders, as it will be converted to lowercase automatically for internal functionality.
35
36
#### ImagePriority
36
-
This is what image should be attempted to be used first for the message, Game or Preview. If the game logo or stream preview cannot be loaded, it will fall back to the user logo.
37
+
This is what image should be attempted to be used first for the message, Game or Preview.
38
+
If the game logo or stream preview cannot be loaded, it will fall back to the user logo.
39
+
#### ClientId
40
+
This is the Client ID you can get from the [Twitch Developers console.](https://dev.twitch.tv/login)
41
+
#### ClientSecret
42
+
This is the Client Secret you can get from the [Twitch Developers console.](https://dev.twitch.tv/login)
43
+
44
+
If you do not have the above ID and Secret, go to the [Twitch Developers console](https://dev.twitch.tv/login), log in, and register an application.
45
+
You can provide anything for the name and redirect URL, select any category, and upon creation you will get the ID and secret.
0 commit comments