If your discord module is different, check out our API > Server Count page.
const Discord = require("discord.js"); const client = new Discord.Client(); const Galactica = require("galacticaapi.js"); const dbl = new Galactica("TOKEN-HERE", client); client.on("ready", () => { dbl.serverCount(); }) client.login("MTk4NjIyNDgzNDcxOTI1MjQ4.Cl2FMQ.ZnCjm1XVW7vRze4b7Cq4se7kKWs");
Last updated 3 years ago
Was this helpful?