diff --git a/README.md b/README.md index 7af2009..4349642 100644 --- a/README.md +++ b/README.md @@ -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 = [ "" ] +``` \ No newline at end of file