1.0.4 • Published 9 months ago

braxybots-utils v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago
npm i braxybots-utils

-- Javascript Language Example:

const BraxyBots = require("braxybots-utils");
const botlist = new BraxyBots("BRAXYBOTS_BOT_TOKEN", client);

client.on("ready", async () => {
  botlist.stats(); // Post the new bot stats

  let hasVote = await botlist.hasVoted("USERS_ID");
  if (hasVote === true) {
    console.log("Voted");
  } else {
    console.log("Please vote.");
  }

  let result = await botlist.search("LISTEDBOT_ID");
  console.log(result);
});

Support: https://braxybots.eu.org/dc
NPM: npmjs.com/package/braxybots-utils

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago