Replies: 1 comment 1 reply
-
"what's majority again?" Is probably my top question I'm every group I am in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As member of a team it often happens that you need to do majority votes and since the amount of users in a team changes fairly frequently due to users either leaving or joining the team it's hard to keep track how many users actually are in the team.
I would like to have a command which returns the total amount of users having the mentioned role. The command should work with either the role ID or the role-name (without actual ping) to avoid role members getting pinged when the command is used.
Examples:
User:
!roleTotal code-reviewer
Bot:
Total Members with @Code-Reviewer Role: 21
User:
!roleTotal 532970804456062988
Bot:
Total Members with @Code-Reviewer Role: 21
It would be good for the bot to actually mention the role so the user can confirm it's the role they were asking for. Since pings only apply when the mentioning was in the inital posting to avoid actual pings of the bot the return message could be edited after the inital responds was sent to add the mentioning.
Beta Was this translation helpful? Give feedback.
All reactions