discordbotslist.com
v0.0.8
Published
A node module made for discordbotslist.com
Downloads
5
Readme
A node module made for discordbotslist.com
const Discordbots = require("discordbotslist.com");
Discordbots.postServerCount("token", "servers");
replace token with your api key which you can get from the discord server
replace servers with the server count for example client.guilds.size
to fetch a bot's info
Discordbots.getBotInfo("botid").then(data => { console.log(data); });