From f02d2b74df7e16aaca1c2d29d470db8aad0a911c Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 5 Jun 2017 17:29:12 +0000 Subject: [PATCH] curse you spotify --- modules/lastfm/lastfm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') {