mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26: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);
|
||||
//lyrics = $('.para_row').text();
|
||||
|
||||
message.channel.send(response);
|
||||
message.channel.send(html);
|
||||
// console.log(lyrics);
|
||||
})
|
||||
.catch(console.error);
|
||||
|
||||
Reference in New Issue
Block a user