This will post the server count on the bhlist.co.in website
const Discord = require("discord.js"); const client = new Discord.Client(); const bhbotlist = require("bhbotlist.js"); const dbl = new bhbotlist("TOKEN-HERE", client); client.on("ready", () => { dbl.serverCount(); }) client.login("BOT_TOKEN");
Last updated 7 months ago