nisnevich / discord-consensus-bot

A Discord bot for a consensus in decentralised organisations (e.g. DAO). Implements a lazy consensus and full consensus models.
MIT License
5 stars 4 forks source link

Add verification that a proposal is not a duplicate when adding it #17

Open nisnevich opened 1 year ago

nisnevich commented 1 year ago

That's something the proposer must care about for sure, but would be a nice feature (just check if there are 100% matching proposals already in the DB).