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

Errors when the original "!propose" message is missing #9

Closed nisnevich closed 1 year ago

nisnevich commented 1 year ago

In many cases, if the proposer removes the original !proposal message, an exception will be raised because it's not checked properly. Need to add checks everywhere.