Implement Member.Permissions
Created by: uwx
Summary
Implements DiscordMember.Permissions.
Details
Currently, there is no easy way to get a Member's permissions without having a channel. This remedies the issue by adding a property that does the LINQ query the user would otherwise have to do.
Changes proposed
- Implement DiscordMember.Permissions