ActivityRank is a Discord bot focusing on flexible statistics and ranking. This repository hosts the source code for the manager that enables higher-level management, such as handling webhooks and routing shard queries.
The bot can be invited using this link.
Sharded bot capable of running in a distributed form across multiple servers.
Website with features, commands and patchnotes for the bot.
Thank you for deciding to contribute! Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
We use Docker to run the manager in production.
$ docker build -t activityrank/manager:dev .
$ docker run -p3005:3000 --init --name activityrank.manager activityrank/manager:devAlternatively, use the provided docker compose script with docker compose up.
If not running via Compose, remember to provide an appropriate mysql connection.
