evaera / Votum

A Discord bot for managing small party voting systems
https://eryn.io/Votum
MIT License
25 stars 13 forks source link

Support for multiple motions #65

Open stevewillcodeit opened 2 years ago

stevewillcodeit commented 2 years ago

Hey there, awesome tool!

I've been playing with it a bit and was wondering if there are plans to support multiple ongoing motions? It seems like you can only have one motion at any given time. To create a second one, you have to kill the first one and create a new one.

Is it possible to have multiple ongoing motions? If it's trivial to implement and your open to accepting PRs, I may be interested in exploring this further.

evaera commented 2 years ago

You can always create two different councils in your server by making two channels, but as it stands right now it would not be a trivial feature to implement supporting concurrent motions. The whole system is designed around there just being one active motion at a time, so there's no way to specify which motion you're voting for.