Added missing flags and documentation to 'UserFlags.cs'. - #17
Conversation
|
The names should be PascalCase. Could you also replace spaces before and after the |
Yeah, all done. |
|
Could you also remove the 0 prefixes from bitfield values? They look odd for me. Also could you please split the values with new lines? I think it would make the code more readable. |
Split and prefixes removed |
|
Could you also remove the empty spaces? I think it should be |
Yeah that's more a remnant of how the code originally looked, removing it |
|
Not sure why it didn't go through the first time, but extra space is removed |
|
I reminded myself that https://github.com/KubaZ2/NetCord/blob/alpha/NetCord%2FPermissions.cs are formatted with uL suffix instead of casting. Could you follow that convention? |
|
uL convention added |
|
Could you also fix casing of |
|
Sorry for the delay, casings fixed |
| BotHttpInteractions = 1uL << 19, | ||
|
|
||
| /// <summary> | ||
| /// Undocumented. User's account is disabled for spam. |
There was a problem hiding this comment.
I don't think it means the account is disabled. Other users have spammers' messages hidden by default as if they were blocked. Maybe something changed though.
There was a problem hiding this comment.
No discord can actually just disable you for spam, had it happen to someone I know.
Discord has disabled your account for spam and/or platform abuse. Our anti-abuse measures may have flagged your account for any of the following behaviors:
- Sending a large number of direct messages in a short span of time
- Participating in a server dedicated to spamming Discord
- Automating your user account or self-botting
- Taking other actions on Discord — for example, joining a ton of servers — faster than humanly possible
- Attempting potentially fraudulent activity
There was a problem hiding this comment.
A spammer can be disabled or vice-versa. But even the non-disabled ones will have the flag, I checked in my own server @KubaZ2
There was a problem hiding this comment.
thanks, that means that the comment isn't correct
There was a problem hiding this comment.
Yep, question is what to change it to though. I could just leave it at "User's account is disabled."
There was a problem hiding this comment.
"User account is flagged as spammer"
There was a problem hiding this comment.
Added that instead then
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>

No description provided.