Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created January 22, 2013 06:48
Show Gist options
  • Select an option

  • Save NuckChorris/4592648 to your computer and use it in GitHub Desktop.

Select an option

Save NuckChorris/4592648 to your computer and use it in GitHub Desktop.
var SONGS = require('./songs');
var bot = require('./bot.js');
var singer = require('./singer.js');
bot.on('newsong', function (data) {
var song = data.room.metadata.current_song;
console.log(song);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment