The direct discord democracy bot (DDD) is a discord bot designed to implement direct democracy within a discord server.
- Python < 3.7, > 3.4
discord.py
librarypymongo
library
pip install -r pip-requirements.txt
You must also populate a JSON file named config.json
with your discord bot token and your MongoDB connection string.
{
"bot_token":"<bot token>",
"db_srv":"<srv_connection_string>"
}
python main.py
Pull requests are appreciated. Please open an issue for any bugs you find.
All pull requests should be tested beforehand.