Update README.md
This commit is contained in:
parent
cf9236897f
commit
ec4d407e17
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@ Will not work currently until I get an auth system set up unless you manually ma
|
|||
Its addons/TwitchGod/auth.gd
|
||||
|
||||
example (the subs here arent necessarily needed, I just use this for testing atm):
|
||||
|
||||
```
|
||||
const BROADCASTER_ID = "[broadcaster id]"
|
||||
const USER_ID = "[user id]"
|
||||
const CLIENT_SECRET = "[client secret]"
|
||||
|
@ -22,3 +24,4 @@ TwitchEvents.Event.CHANNEL_POLL_END
|
|||
const SCOPES = [
|
||||
""
|
||||
]
|
||||
```
|
Loading…
Reference in a new issue