MCActivity is a Discord bot that updates its activity based on your player count. It is self-run with a very simple code structure, configuration, and purpose as a whole. Your player count will update every 5 minutes.
- Download the bot files from the releases tab.
- Create a bot application from the Discord Developer Portal.
- Edit the
config.json
to include your bot's token as well as your server's IP and port. - Run
npm install
in the bot directory. - Start bot. Your bot will now be active. Be sure to invite it to your server.
Run npm start
to start the bot.