JohnnyJayJay / instant-poll

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

New option format #18

Closed JohnnyJayJay closed 2 years ago

JohnnyJayJay commented 2 years ago

This PR implements new option parsing, improving the old, static, regex-based way by replacing it with a much more intuitive and user friendly way to specify options.\ Also adds support for emojis (including custom ones) on the vote buttons and thereby closes #1 .\ Also closes #7 because the new system works almost dynamically besides a hard limit for maximum option key length, which is now configurable.