curse you spotify

This commit is contained in:
reality 2017-06-05 17:29:12 +00:00
parent 330868686d
commit f02d2b74df

View File

@ -288,14 +288,14 @@ var lastfm = function(dbot) {
} }
} }
dbot.api.spotify.spotifySearch(term, function(body, t) { /* dbot.api.spotify.spotifySearch(term, function(body, t) {
if(body) { if(body) {
output += ' - ' + t; output += ' - ' + t;
} }
});*/
event.reply(output); event.reply(output);
}); });
});
} else { } else {
if(err == 'no_user') { if(err == 'no_user') {
event.reply('Unknown LastFM user.'); event.reply('Unknown LastFM user.');