This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
docs: Fixing GatewayEncoding comment (
#1359
)
Const, not a property
pull/1355/head
moiph
Christopher F
5 years ago
parent
794eba5d1a
commit
52565ed0de
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/DiscordSocketConfig.cs
+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketConfig.cs
View File
@@ -26,7 +26,7 @@ namespace Discord.WebSocket
public class DiscordSocketConfig : DiscordRestConfig
{
/// <summary>
///
Gets or set
s the encoding gateway should use.
///
Return
s the encoding gateway should use.
/// </summary>
public const string GatewayEncoding = "json";
Write
Preview
Loading…
Cancel
Save