forked from GitHub/dbot
curse you spotify
This commit is contained in:
parent
330868686d
commit
f02d2b74df
@ -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.');
|
||||||
|
Loading…
Reference in New Issue
Block a user