Skip to content
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

Add role assignment logic #6

Closed
3 tasks done
cascer1 opened this issue Oct 2, 2018 · 1 comment
Closed
3 tasks done

Add role assignment logic #6

cascer1 opened this issue Oct 2, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@cascer1
Copy link
Member

cascer1 commented Oct 2, 2018

Bot should be able to assign a configured role, based on whether a user has another configured role or not.

For example:

  • Any user that sends a message AND has the approved role should be given the Halloween 2018 role

sub-tasks:

  • Store a list of roles that may grant a reward
  • For each of these roles, store a list of potential rewards
  • For each reward, store a list of roles a user must have to receive it
@cascer1 cascer1 added the enhancement New feature or request label Oct 2, 2018
@cascer1 cascer1 added this to the v 1.1 milestone Oct 2, 2018
@cascer1 cascer1 removed this from the v 1.1 milestone Oct 16, 2018
@cascer1
Copy link
Member Author

cascer1 commented Oct 25, 2018

Rewards will be stored in the format <required>:<reward>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant