1.1.3 • Published 3 years ago

bot.info v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

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.info

Usage

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.

License

MIT

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago