bot.info
v1.1.3
Published
BotInfo.gq module to upload current bot data
Downloads
41
Readme
Bot.Info
Bot.Info is a node.js module for the website botinfo.gq used to upload bot data and publicize it to show stats and receive stats from anywhere
Installation
Use the package manager npm to install bot.info.
npm install bot.infoUsage
Add the following code to your discord bot
const botInfo = require('bot.info');
setInterval(() => {
botInfo.updateData(client.user.id, client.guilds.cache.size, client.users.cache.size, "TOKEN (find it at botinfo.gq/user/settings")
}, 120000)Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
