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.txt
-
Set the
FDRBOT_TOKEN
environment variable to the bot token you got from your Discord bot applicationThis can be done by exporting
FDRBOT_TOKEN
in should shell configuration file, then reloading your shell -
Start your instance
python3 bot.py
For any questions/issues you have, join my Discord.