Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.16 KB

README.md

File metadata and controls

73 lines (48 loc) · 1.16 KB

PoruExtra

These is a easy to use searcher plugin for Poru lavalink client .

Features

  • Support 8 sources
  • 3 Search Type
  • Time & Id & Image Support
  • Easy to use
  • Free to use in any client

Installation

  npm install poruextra

or

npm install AAYAN717628/Poruextra.git
const poruPlugin = require("poruextra");
const poruPlugins = new poruPlugin()
const search = poruPlugins.Search("mere safar","track").then(response => {
    console.log(response)
})

Example

// SEARCHING TRACK
const poruPlugin = require("poruextra");
 const poruPlugins = new poruPlugin()
  poruPlugins.Search("mere safar","track").then(response => {
    console.log(response)
 })
const poruPlugin = require("poruextra");
 const poruPlugins = new poruPlugin()
  poruPlugins.Search("raftar","artist").then(response => {
    console.log(response)
 })
const poruPlugin = require("poruextra");
const poruPlugins = new poruPlugin()
 poruPlugins.Search("love","album").then(response => {
   console.log(response)
})

Authors