-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect emojis from survey message #46
Comments
true the priority is pretty low, I almost did not create it then I thought I would keep it as an example reminder. Sometimes leveraging different solutions between each other help us create a reusable library that makes future commands even easier. |
This is by the way related to #42 ( |
I have actually decided to implement this. It's not a very complicated feature and just like the issue and ask command, it's the type that you write once and forget about without it causing any issues |
Problem
It is very convenient in Discord to create a survey simply by making a post and pinging a target group then asking to react depending on a choice option. Each emoji counts as one entry from one participant.
It is on the other side very hard to collect those votes or opinions in order to take actions with the target group interested on something.
Solutions
Existing Solutions
Solutions have been suggested to scrape a web browser, but they are not optimal because Discord is smart by lazy loading entries, so an automated scroll and scrape mechanism is needed which si complicated.
Bot Solution
A bot could easily collect the user names and provide them in a list, it is yet to be defined in which form, e.g. command or backend service. A message id would have to be given from which all emojis list votes can be provided.
The text was updated successfully, but these errors were encountered: