LogoLogo
  • Hey Developer, Welcome 👋
  • NPM MODULE
    • Getting Started Npm
    • Vote Check
    • Bot Search
    • Server Count
  • PYTHON PACKAGE
    • Getting Started Python
    • Server Count
  • API
    • Has Voted
    • Stats
    • Search
Powered by GitBook
On this page
  1. NPM MODULE

Server Count

This will post the server count on the cybralist.com website

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

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

    dbl.serverCount();

})

client.login("BOT_TOKEN");
PreviousBot SearchNextGetting Started Python

Last updated 5 months ago