1.0.6 • Published 2 years ago
discordlist-api v1.0.6
Botscord API Documentation
version: 1.0.4
Introduction
const botscord = require('discordlist-api');
var botscordToken = 'botscordToken'; // Get this from https://dlist.light-bot.de/bot/<botID>/settings
var client = "Discord.js Client Object";// Your discord.js client
const botscord_client = new botscord(botscordToken, client);
Post serverCount
client.on('ready', () => {
botscord_client.serverCount();
}