akira.js

0.0.1 • Public • Published

Instalation

To install this package please run npm install akira.js

Example of usage

const botlist = require("akira.js");
const dbl = new botlist("TOKEN-HERE", client);

client.on("ready", async () => {

  dbl.serverCount();
  // console.log("Server count posted"
  )
  let hasVote = await dbl.hasVoted("852709327096774667");
  if(hasVote === true) {
    console.log("Voted");
  } else {
    console.log("Vote please.");
  }
  
  let botInfo = await dbl.botInfo("852709327096774667");
  console.log(search);

});```

/akira.js/

    Package Sidebar

    Install

    npm i akira.js

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    3.31 kB

    Total Files

    4

    Last publish

    Collaborators

    • nyxrdev