Moderari is a Discord bot focused that brings
- really easy self-hosting;
- speed;
- scalability; and
- powerfulness
together. Its core is really lightweight, using about 20MB RAM (at minimum*) despite running both a bot and a HTTP server.
*The maximum is generally around 100mb unless you have very large guilds or shard the bot.
Moderari is licensed under v2 of the Apache License, so self-hosting is permitted. You'll just need two things:
- The built Moderari executable; and
- a Redis server.
These can be obtained from the releases page and the Redis website respectively.
You can also deploy Moderari with Docker; see the build/package
directory. Simply clone this repository (get git
if you haven't already), install Docker and Redis, then run ./build/package/update.sh
. This is the recommended way of deploying Moderari in production.