You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: