Implement Member.CanInteract and Role.CanInteract
Created by: uwx
Summary
Implements Member.CanInteract and Role.CanInteract.
Details
This lets you check whether a member can perform an action against another member (e.g kick them) in a guild.
Changes proposed
- Implement DiscordMember.CanInteract
- Implement DiscordRole.CanInteract