Fixes the web scraper part 3

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