1.0.0 • Published 2 years ago

dbots.online v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dbotsonline

Support: https://dbots.online/dc NPM: npmjs.com/package/dbots.online

Installation

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

  • npm i dbotsonline

Define Module & Client

const Discord = require("discord.js");
const client = new Discord.Client();
const dbots = require("dbots.online");
const dbl = new dbots("TOKEN-HERE", client);

client.login("BotToken");

Server Count & Shard Count Posting

client.on("ready", async () => {
  dbl.serverCount();
  /* 
  -> Server count posted. 
  or 
  -> Server count & shard count posted.
  */

});

Vote Checking

let hasVote = await dbl.hasVoted("714451348212678658"); // -> User ID
  if(hasVote === true) {
      console.log("Voted")
    } else {
      console.log("Vote please.")
  }
// -> Vote please.

Search on dbots.online

let botFind = await dbl.search("779641401482805289");
console.log(botFind.username) // -> Allegro