Support for UserFlags.
Created by: Neuheit
Summary
Primarily adds support for user flags. Fixes #437 (closed).
Details
This PR introduces UserFlags as an additional property for DiscordUser
and DiscordMember
. I also fixed some of the documentation pertaining to a few DiscordMember properties.
Additionally, I made the enums namespaces consistent: They should now all fall within the standalone DSharpPlus namespace, which now makes this a breaking change. Let me know if this is appropriate or whether it should be a different namespace.
Changes proposed
- Added the UserFlags enum.
- Fixed a few doc issues pertaining to DiscordMember
- Made the enums' namespace more consistent, which is a breaking change.