Added public flag support
Created by: Neuheit
Summary
This adds support for the public user flags Discord is implementing here.
Details
Unlike the previous flags (which have been renamed to OAuthFlags
), the new flags property can be accessed by bots without OAuth. I've also heard that both of these flags have different values, but I haven't been able to confirm that.
There were also 2 new flags added: VerifiedBot
and VerifiedBotDeveloper
.
Changes proposed
- Added the new public flags property as
Flags
, and changed the previous flags toOAuthFlags
- Added 2 new flags for
UserFlags