|
@@ -87,7 +87,7 @@ namespace Discord |
|
|
/// Gets or sets the flags of the guild member. |
|
|
/// Gets or sets the flags of the guild member. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <remarks> |
|
|
/// <remarks> |
|
|
/// Not all flags can be modified and are reserved for Discord. |
|
|
|
|
|
|
|
|
/// Not all flags can be modified, these are reserved for Discord. |
|
|
/// </remarks> |
|
|
/// </remarks> |
|
|
public Optional<GuildUserFlags> Flags { get; set; } |
|
|
public Optional<GuildUserFlags> Flags { get; set; } |
|
|
} |
|
|
} |
|
|