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
Add ExplicitContentFilter to GuildProperties
pull/1165/head
Chris Johnston
7 years ago
parent
10b7dfc0bf
commit
223642d4ba
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs
+ 4
- 0
src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs
View File
@@ -66,5 +66,9 @@ namespace Discord
/// Gets or sets the ID of the owner of this guild.
/// </summary>
public Optional<ulong> OwnerId { get; set; }
/// <summary>
/// Gets or sets the explicit content filter level of this guild.
/// </summary>
public Optional<ExplicitContentFilterLevel> ExplicitContentFilter { get; set; }
}
}
Write
Preview
Loading…
Cancel
Save