| @@ -20,7 +20,7 @@ namespace Discord | |||||
| string Topic { get; } | string Topic { get; } | ||||
| /// <summary> | /// <summary> | ||||
| /// The <see cref="StagePrivacyLevel"/> of the current stage. | |||||
| /// Gets the <see cref="StagePrivacyLevel"/> of the current stage. | |||||
| /// </summary> | /// </summary> | ||||
| /// <remarks> | /// <remarks> | ||||
| /// If the stage isn't live then this property will be set to <see langword="null"/>. | /// If the stage isn't live then this property will be set to <see langword="null"/>. | ||||
| @@ -28,12 +28,12 @@ namespace Discord | |||||
| StagePrivacyLevel? PrivacyLevel { get; } | StagePrivacyLevel? PrivacyLevel { get; } | ||||
| /// <summary> | /// <summary> | ||||
| /// <see langword="true"/> if stage discovery is disabled, otherwise <see langword="false"/>. | |||||
| /// Gets whether or not stage discovery is disabled. | |||||
| /// </summary> | /// </summary> | ||||
| bool? IsDiscoverableDisabled { get; } | bool? IsDiscoverableDisabled { get; } | ||||
| /// <summary> | /// <summary> | ||||
| /// <see langword="true"/> when the stage is live, otherwise <see langword="false"/>. | |||||
| /// Gets whether or not the stage is live. | |||||
| /// </summary> | /// </summary> | ||||
| /// <remarks> | /// <remarks> | ||||
| /// If the stage isn't live then this property will be set to <see langword="null"/>. | /// If the stage isn't live then this property will be set to <see langword="null"/>. | ||||