mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
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) {
|
||||
output += ' - ' + t;
|
||||
}
|
||||
|
||||
});*/
|
||||
event.reply(output);
|
||||
});
|
||||
});
|
||||
} else {
|
||||
if(err == 'no_user') {
|
||||
event.reply('Unknown LastFM user.');
|
||||
|
Loading…
Reference in New Issue
Block a user