FDRBot is a moderation bot for the FutureRestore support server
To locally host your own instance, create a Discord bot and follow these steps:
Create a virtual env and install dependencies
python3 -m venv --upgrade-deps env; source env/bin/activate pip3 install -U -r requirements.txtSet the
FDRBOT_TOKENenvironment variable to the bot token you got from your Discord bot applicationThis can be done by exporting
FDRBOT_TOKENin should shell configuration file, then reloading your shellStart your instance
python3 bot.py
For any questions/issues you have, join my Discord.