Closed GlxryX closed 2 years ago
const songlyrics = require("songlyrics"); const lyrics = await songlyrics('one more light')
Not sure why I'm getting this error because I believe I've set up the code the same as the Readme
Hi @GlxryX , please try this code instead.
const songlyrics = require("songlyrics").default const lyrics = await songlyrics('one more light')
Not sure why I'm getting this error because I believe I've set up the code the same as the Readme