Infinity-Bots API
This is our Official NPM Module used for Posting and Getting Stats.
Installation
npm i infinity-bots@latest
Links
postBotStats()
const poster = new InfinityBots('AUTH_TOKEN', client.user.id);
await poster.postBotStats({
servers: client.guilds.cache.size,
shards: '0',
}).catch((err) => {
return console.log(`Error occured while posting stats: ${err.stack}`);
});
console.log('Posted stats to Infinity Bot List!');