discord-api-types icon indicating copy to clipboard operation
discord-api-types copied to clipboard

UserFlags should include 0 as a member

Open ghaaj opened this issue 8 months ago • 1 comments

Issue description

UserFlags can be 0 when the user has no flags, but there is no such member in the current definition.

Code sample


Package version

0.37.120

Runtime

Other / Browser

Runtime version

[email protected]

Priority this issue should have

Low (slightly annoying)

ghaaj avatar Apr 12 '25 00:04 ghaaj

The enum shouldn’t include that though. It‘s a valid value for all properties that have UserFlags as type though. Unless you provide an actual case where this is an issue

Qjuh avatar Apr 12 '25 16:04 Qjuh