From 2a74fec82d7c6139323d43e1f8220499eab74716 Mon Sep 17 00:00:00 2001 From: Still Hsu Date: Mon, 14 Dec 2020 11:51:32 +0800 Subject: [PATCH] Fix returns value docs Signed-off-by: Still Hsu --- src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs b/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs index 496a419fe..2f098844f 100644 --- a/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs +++ b/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs @@ -181,7 +181,7 @@ namespace Discord.WebSocket /// Gets the max bitrate for voice channels in this guild. /// /// - /// Max bitrate value. + /// A representing the maximum bitrate value allowed by Discord in this guild. /// public int MaxBitrate {