From 537629ca75a44fa2e95b964d117c93932796c4a4 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Thu, 7 Oct 2021 01:52:58 -0300 Subject: [PATCH] Update IStageChannel summaries --- src/Discord.Net.Core/Entities/Channels/IStageChannel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .