Fixes the web scraper part 2

This commit is contained in:
ION606
2022-04-30 21:09:16 -04:00
parent b3be48612a
commit 1a26bdf022
+2 -2
View File
@@ -11,8 +11,8 @@ module.exports ={
const $ = cheerio.load(html); const $ = cheerio.load(html);
//lyrics = $('.para_row').text(); //lyrics = $('.para_row').text();
message.channel.send(lyrics); message.channel.send(response);
console.log(lyrics); // console.log(lyrics);
}) })
.catch(console.error); .catch(console.error);
} }