mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Fixes the web scraper part 2
This commit is contained in:
+2
-2
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user