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
Moved splash from ExtendedGuild to Guild
pull/22/merge
RogueException
9 years ago
parent
053b16d4e3
commit
a93a6dc95a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/Discord.Net/API/Client/Common/ExtendedGuild.cs
+2
-0
src/Discord.Net/API/Client/Common/Guild.cs
+ 0
- 2
src/Discord.Net/API/Client/Common/ExtendedGuild.cs
View File
@@ -26,8 +26,6 @@ namespace Discord.API.Client
public bool? Unavailable { get; set; }
//Unknown
[JsonProperty("splash")]
public object Splash { get; set; }
[JsonProperty("features")]
public object Features { get; set; }
[JsonProperty("emojis")]
+ 2
- 0
src/Discord.Net/API/Client/Common/Guild.cs
View File
@@ -24,5 +24,7 @@ namespace Discord.API.Client
public string Region { get; set; }
[JsonProperty("roles")]
public Role[] Roles { get; set; }
[JsonProperty("splash")]
public object Splash { get; set; }
}
}
Write
Preview
Loading…
Cancel
Save