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

Track guild membership #40

Closed
emmiegit opened this issue Sep 30, 2017 · 0 comments
Closed

Track guild membership #40

emmiegit opened this issue Sep 30, 2017 · 0 comments

Comments

@emmiegit
Copy link
Collaborator

Right now we don't really have a good way of checking if a person is a member of a guild.
You can lookup in role_membership when the guild ID matches joining on the roles table to find the @everyone role, but that's a huge pain, and since role information is preserved even for people who leave, it's not totally accurate.

So instead a separate table for tracking guild-specific data should be made.

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

No branches or pull requests

1 participant