diff --git a/modules/lastfm/lastfm.js b/modules/lastfm/lastfm.js index 4515722..9dbdfc1 100644 --- a/modules/lastfm/lastfm.js +++ b/modules/lastfm/lastfm.js @@ -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') {