Dredd
Dredd copied to clipboard
A multipurpose Discord bot written in python language and enhanced discord.py library.
Dredd was officially shut down on August 31st, 2022 at 1PM Europe/Berlin time.
Dredd
I would prefer that you don't clone the bot as it's for educational purposes only and to help me push bug fixes, but if you do want to clone it, instructions are below:
Windows:
- Install node.js Required if you want to use pm2
- Install PostgreSQL
- Install Python 3.8+ < 3.10
- Install pm2 Required if you want to use pm2
- Create a PostgreSQL database & all the tables
- Install all the requirements through pip
pip install -r requirements.txt
- Boot up the bot
Linux:
- Install node.js Required if you want to use pm2
- Install PostgreSQL
- Install Python 3.8+ < 3.10
- Install pm2 Required if you want to use pm2
- Create a PostgreSQL database & all the tables
- Install all the requirements through pip
pip install -r requirements.txt
- Boot up the bot