1.4.5 • Published 3 years ago

frilloapi v1.4.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

frilloapi

NPM: #](https://www.npmjs.com/package/frilloapi)

Installation

If you have trouble with the installation, please feel free to visit our discord address.

  • npm i frilloapi
const dbl  = require("frilloapi");

const api = new dbl();

client.on("ready", async () => {
  
  let hasVote = await api.hasVoted("714451348212678658");
  console.log(hasVote)
   /*
  {
    info del los votos
  }
  */
  
  let search = await api.search("779641401482805289")
  console.log(search)
  /*
  {
    info del bot
  }
  */
});
1.4.5

3 years ago

1.4.0

3 years ago

1.3.9

3 years ago

1.3.6

3 years ago

1.3.0

3 years ago