From f8f74a7cd82c289d864bea78f2c4f549fa1a5eff Mon Sep 17 00:00:00 2001 From: Gehongyan Date: Wed, 6 Sep 2023 15:15:57 +0800 Subject: [PATCH] Updates remarks of IAudioChannel --- src/Kook.Net.Core/Entities/Channels/IAudioChannel.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Kook.Net.Core/Entities/Channels/IAudioChannel.cs b/src/Kook.Net.Core/Entities/Channels/IAudioChannel.cs index 48a58adc..4cc75dd1 100644 --- a/src/Kook.Net.Core/Entities/Channels/IAudioChannel.cs +++ b/src/Kook.Net.Core/Entities/Channels/IAudioChannel.cs @@ -8,12 +8,6 @@ public interface IAudioChannel : IChannel /// /// Gets whether the voice region of this audio channel is overwritten. /// - /// - /// - /// This property may be - /// due to the lack of fields of KOOK API. - /// - /// bool? IsVoiceRegionOverwritten { get; } /// @@ -21,8 +15,7 @@ public interface IAudioChannel : IChannel /// /// /// - /// This property may be - /// due to the lack of fields of KOOK API. + /// This property may be empty if the voice channel is created before this feature was released. /// /// string VoiceRegion { get; }