1.0.0 • Published 5 years ago

statsbot v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Stats-Bot

Discord Codacy Badge FOSSA Status David-DM Badge Known Vulnerabilities npm.io npm.io


Powered by Discord.js.

Package, that allows you make powerful Stats-Bot within 2 lines of code!

Values

ValueMeaningExample
totalTotal Members channel ID482602910728060932
usersUsers channel ID482602910728060932
botsBots channel ID482602910728060932

Example

const STATSBOT = require('statsbot');
const statsbot = new STATSBOT("token", {total: 'total members channel id', users: 'users channel id', bots: 'bots channel id'})

Something like this should appear in console:

How to get channel ID-s

  • Enable Developer mode and follow steps below
  • When the Developer mode is enabled, simply right click the channel, click Copy ID and the ID will be saved to your clipboard.