version: 1.0.4
const botscord = require('botscord');
var botscordToken = 'botscordToken'; // Get this from https://botscord.xyz/bot/<botID>/settings
var client = "Discord.js Client Object";// Your discord.js client
const botscord_client = new botscord(botscordToken, client);client.on('ready', () => {
botscord_client.serverCount();
}