statsbot
v1.0.0
Published
Powered on Discord.js working Stats-Bot.
Downloads
5
Maintainers
Readme
Stats-Bot
Powered by Discord.js. Package, that allows you make powerful Stats-Bot within 2 lines of code!
Values
| Value | Meaning | Example | | :---: | :---: | :---: | | total | Total Members channel ID | 482602910728060932 | | users | Users channel ID | 482602910728060932 | | bots | Bots channel ID | 482602910728060932 |
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.