server-stats icon indicating copy to clipboard operation
server-stats copied to clipboard

Discord.JS bot made in under an hour, counts number of members.

THIS REPO IS NO LONGER MAINTAINED AND WILL BE ARCHIVED SOON

Server Stats

A bot that counts the number of members in a server See here for all the code that was made during the original hour.

Adding the bot to your server

I NO LONGER HOST THE BOT! IF YOU WANT IT IN YOUR SERVER, PLEASE HOST IT YOURSELF!

Self-hosting the bot

If you want to run the bot for yourself, then you need Node.JS and NPM. Just add your bot token to Settings.json and then run the following commands:

npm i
node .

and the bot will run.

Using the bot

Once the bot is in your server, run the following command:

.setchannel <ID>

where <ID> is the ID of the voice channel.