Moderation bot
Requirements:
- Python 3.9
python -m pip install -r requirements.txtpython -m venv env
source env/bin/activate
pip install -r requirements.txt- Make a copy of
.env.emptyand call it.env. - Make a copy of
config.yml.emptyand call itconfig.yml. - Create a Discord server to test the bot.
- Go to the Discord Developer Portal and create a bot account.
- Follow this guide: https://discordpy.readthedocs.io/en/stable/discord.html#discord-intro
- Setup the
TOKENenvironment variable in.envusing the Discord bot token
- Invite the bot to your server.
- Populate
config.ymlbased on your test server.
python app.py