1.0.0 • Published 7 years ago
statsbot v1.0.0
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 IDand the ID will be saved to your clipboard.
