Browse Source

Fix returns value docs

Signed-off-by: Still Hsu <dev@stillu.cc>
pull/1690/head
Still Hsu 4 years ago
parent
commit
2a74fec82d
No known key found for this signature in database GPG Key ID: 206F30E2490F42C0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs View File

@@ -181,7 +181,7 @@ namespace Discord.WebSocket
/// Gets the max bitrate for voice channels in this guild.
/// </summary>
/// <returns>
/// Max bitrate value.
/// A <see cref="int"/> representing the maximum bitrate value allowed by Discord in this guild.
/// </returns>
public int MaxBitrate
{


Loading…
Cancel
Save