Skip to content

A discord bot that creates polls for every administrative decision.

License

Notifications You must be signed in to change notification settings

shetaye/direct-discord-democracy

Repository files navigation

Direct Discord Democracy

The direct discord democracy bot (DDD) is a discord bot designed to implement direct democracy within a discord server.

Installation

Requirements

  • Python < 3.7, > 3.4
  • discord.py library
  • pymongo 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>"
}

Usage

python main.py

Contributions

Pull requests are appreciated. Please open an issue for any bugs you find.

All pull requests should be tested beforehand.

License

MPL 2.0

About

A discord bot that creates polls for every administrative decision.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages