diff --git a/src/Discord.Net.Core/Entities/Channels/IStageChannel.cs b/src/Discord.Net.Core/Entities/Channels/IStageChannel.cs index ff84262f0..0efc9d818 100644 --- a/src/Discord.Net.Core/Entities/Channels/IStageChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IStageChannel.cs @@ -20,7 +20,7 @@ namespace Discord string Topic { get; } /// - /// The of the current stage. + /// Gets the of the current stage. /// /// /// If the stage isn't live then this property will be set to . @@ -28,12 +28,12 @@ namespace Discord StagePrivacyLevel? PrivacyLevel { get; } /// - /// if stage discovery is disabled, otherwise . + /// Gets whether or not stage discovery is disabled. /// bool? IsDiscoverableDisabled { get; } /// - /// when the stage is live, otherwise . + /// Gets whether or not the stage is live. /// /// /// If the stage isn't live then this property will be set to .