Update README.md

This commit is contained in:
Ategon 2025-01-11 21:55:15 +00:00
parent cf9236897f
commit ec4d407e17

View file

@ -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 = [
""
]
```