1.0.1 • Published 2 years ago

moonapi.js v1.0.1

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

moonapi.js

NPM Package

Support: https://moonbotlist.ga/dc

Installation

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

  • npm i moonapi.js

Define Module & Client

const Discord = require("discord.js");
const client = new Discord.Client();
const moonapi = require("moonapi.js");
const dbl = new moonapi("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("962983504403112017"); // -> User ID
  if(hasVote === true) {
      console.log("Voted")
    } else {
      console.log("Vote please.")
  }
// -> Vote please.

Search on moonbotlist

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

Questions?

Come talk to us here:

Moonbotlist.ga