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

Make API::Discord::Permissions an implied extension of API::Discord::Member #53

Open
kawaii opened this issue Aug 21, 2020 · 0 comments
Assignees

Comments

@kawaii
Copy link
Member

kawaii commented Aug 21, 2020

Currently if you want to do stuff with member permissions you must explicitly specify use API::Discord::Permissions; in your code which seems awfully inconvenient for a feature that the majority of bots will actually want to use.

I suggest we make it an extension of API::Discord::Member, as permissions never apply to user objects, only members.

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

2 participants