JohnnyJayJay / instant-poll

A Discord bot that lets you create polls in your server
MIT License
42 stars 9 forks source link

Add persistence #22

Closed JohnnyJayJay closed 2 years ago

JohnnyJayJay commented 2 years ago

This PR adds persistence using a datalevin key-value store. This means polls are preserved beyond restarts now and "Show results" can be properly supported. Closes #10 and also #5 (because it is now outdated).