curse you spotify

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

View File

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