Class TwitchBot

java.lang.Object
io.github.jtwitch.socket.TwitchBot

public class TwitchBot extends Object
Represent a twitch bot before it is connected.
  • Constructor Details

    • TwitchBot

      public TwitchBot(String botAccount, String token)
      The only constructor.
      Parameters:
      botAccount - the name of the bot account. for instance, if your bot account is nightbot, the botAccount is nightbot
      token - the connection token the you generate here
  • Method Details