-
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
Hiddenvote #56
base: master
Are you sure you want to change the base?
Hiddenvote #56
Conversation
People are already used with the Will they still be able to use such notation? After a quick glance on the code, it seems like the (BTW, sorry for not being able to review your other PRs. I'm kinda busy with other projects, but fortunately they're JS projects. Hope to be able to give more attention here soon.) |
this still works the same ,the only thing that changed for both commands is a new argument, which representes the hidden state and it is mandatory. |
oh, changing the way the users are used to call the command is not something I would like to merge. One solution I can think is making it like a classic UNIX command and add the possibility to use The other solution would be to create brand new commands for hidden votes ( |
Then the best would be to use a new command I would say. The command could be called |
Looks good. Thanks dude! 😉 |
…ption1 option2 optionN and alias hiddentimedpoll - reverted poll and poll commands - changed messaged on poll command description(removed the 'usless' word from description :P )
a hidden poll command was not implemented due to it being complicated and not sure if a normal poll should be hidden. for example to have a hidden poll command the normal poll command should be changed to reflect the way time poll shows the end result of the reactions when the times out and do a lot of other checkups and more logic that would need implemented. might re-look into this some other time. |
❗️ This branch includes PR refactor #54 by mistake 😕
Added hidden vote command. This ticket can close #30
Both timed and normal poll can now use hidden concept. The commands now requires an extra argument which defines the hidden status of the vote.
On
tpoll
timed poll command if the second argument is set to 'yes' it will act as an hidden timed poll. If it's set to 'no' it will act as a normal timed poll.Same workflow for
poll
command just that it's the first argument not second.