clydebotlistofficial.js

1.0.4-renewed • Public • Published

Installation

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

  • npm i clydebotlist.js
const clydebotlist = require("./clydebotlistofficial.js");
const dbl = new clydebotlist("TOKEN-HERE", client);

client.on("ready", async () => {
  dbl.serverCount(); // => Note: Only discord.js.
  // console.log("Server count posted")
  
  let hasVote = await dbl.hasVoted("714451348212678658");
  if(hasVote === true) {
    console.log("Voted")
  } else {
    console.log("Vote please.")
  }
  
  
  let search = await dbl.search("779641401482805289")
  console.log(search)
});

Package Sidebar

Install

npm i clydebotlistofficial.js

Weekly Downloads

1

Version

1.0.4-renewed

License

MIT

Unpacked Size

2.87 kB

Total Files

3

Last publish

Collaborators

  • yasmijnvels