Ieuan0804 / server-stats

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CLICK HERE to add the bot to your server. Once the bot is in your server, run the following command:

.setchannel <ID>

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

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. Or you can just add my copy of the bot.

About

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


Languages

Language:JavaScript 100.0%