Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Connect to Twitch

Leonardo Mariscal edited this page Apr 18, 2015 · 11 revisions
We will be using the code from previous Tutorials.

You should follow this syntax or It will not work. First make a try catch with a IOException (It means Twitch servers are down or your internet)
Then start the bot.

		try {
			bot.connect();
		} catch (IOException e) {
			e.printStackTrace();
		}
		//Join Channels and Method Calling
		bot.start();

Next Topic:

Join a Channel


Introduction


Medium Stuff


Extra

  • Automatic Messages
  • Custom Commands
  • Coins System

Clone this wiki locally