Can someone help me at creating my first Twitch4J bot? because i don’t really get it. Just add me on discord.
dc: Drogato#0420
You want want to pop into the Twitch4j specific room on the libraries discord over at Twitch API
I’m already in that discord but the discord is dead i think
The discord(s) and the forums share the same user base for the most part.
I don’t know java so I’m pointing you to the best place for support on the specific library you are using.
Might just be that no one is about over the weekend that use the library.
Okay thx mate i have a question how can i get the chat token? i don’t realy get how i can generate it
Basic oAuth authentication
Chat Quick start guide for a token:
The CLI can do the hard work for you for a quick test.
And how can i add the token right?
Not sure what you mean by “add the token”
in the code i created a helix token and how can i use that?
I don’t use java or Twitch4j so not sure.
you probalby know what this error means?
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.github.twitch4j.helix.TwitchHelix.getUsers(String, java.util.List, java.util.List)" because the return value of "com.github.twitch4j.IClientHelper.getTwitchHelix()" is null
at com.github.twitch4j.IClientHelper.enableStreamEventListener(IClientHelper.java:103)
at de.bot.Main.<init>(Main.java:67)
at de.bot.Main.main(Main.java:41)