This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix returns value docs
Signed-off-by: Still Hsu <dev@stillu.cc>
pull/1690/head
Still Hsu
4 years ago
parent
3a67fe12f1
commit
2a74fec82d
No known key found for this signature in database
GPG Key ID:
206F30E2490F42C0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save