1.0.1 • Published 2 years ago

discord-lyrics-finder v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install the package 📥

npm install https://github.com/VirusLauncher/discord-lyrics-finder

Usage 📚

const lyricsFinder = require("discord-lyrics-finder");

lyricsFinder.LyricsFinder("sacrifice - the weeknd").then((data) => {
  console.log(data);
});

Contributing 🤝

  • Contributions, issues and feature requests are welcome!
  • Feel free to check the issues page.