mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Fixes the web scraper part 3
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ module.exports ={
|
|||||||
const $ = cheerio.load(html);
|
const $ = cheerio.load(html);
|
||||||
//lyrics = $('.para_row').text();
|
//lyrics = $('.para_row').text();
|
||||||
|
|
||||||
message.channel.send(response);
|
message.channel.send(html);
|
||||||
// console.log(lyrics);
|
// console.log(lyrics);
|
||||||
})
|
})
|
||||||
.catch(console.error);
|
.catch(console.error);
|
||||||
|
|||||||
Reference in New Issue
Block a user