We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quick recap, the current thing the bot can do as of now: Messages only require 1 pin reaction to get pinned.
My feature request is add reaction threshold support.
With this feature implemented, messages will now require certain amount of reactions to get pinned, simple, no prompt whatsoever.
Example:
Reaction threshold is 5, so 5 reactions from humans is required to get a message pinned.
Message A gets 1 reaction
Bot will not pin and simply ignore.
Message B gets 5 reactions or more
Bot will pin without any prompt.
Same applies to when users react no-entry emojis.
Maybe add an on or off switch for this feature on a config file for bot owners.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recap
Quick recap, the current thing the bot can do as of now:
Messages only require 1 pin reaction to get pinned.
My feature request is add reaction threshold support.
Why?
With this feature implemented, messages will now require certain amount of reactions to get pinned, simple, no prompt whatsoever.
Example:
Reaction threshold is 5, so 5 reactions from humans is required to get a message pinned.
Message A gets 1 reaction
Message B gets 5 reactions or more
Same applies to when users react no-entry emojis.
Maybe add an on or off switch for this feature on a config file for bot owners.
The text was updated successfully, but these errors were encountered: