Skip to content

Instantly share code, notes, and snippets.

@Cronnay
Created August 14, 2017 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cronnay/16e9f232d26a9ff5cab1cf9858956a02 to your computer and use it in GitHub Desktop.
Save Cronnay/16e9f232d26a9ff5cab1cf9858956a02 to your computer and use it in GitHub Desktop.
const tmi = require("tmi.js");
const options = require("./options"); //Your options file
//Connect to twitch server
const client = new tmi.client(options);
client.connect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment