ModBot [WIP]
A discord bot for basic moderation
Setup
Dependencies
Installation instructions
Make sure you put your own secrets into the config files before you build the container
$ git clone https://github.com/awol-linux/ModBot.git && cd ModBot
$ nano .mongoenv.sample # set the mongodb password here
$ cp .mongoenv.sample .mongoenv
$ nano defaults.py # set default settings in here see chart below for descriptions
$ nano .discordenv.sample # set your discord-token and use the same password as set earlier
$ cp .discordenv.sample .mongoenv
$ docker build . -t mod-bot
$ docker compose up -d