Skip to content

Commit

Permalink
Fix naming on NsfwLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar authored Mar 5, 2023
1 parent 46b3318 commit d795b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSharpPlus/Enums/Guild/NsfwLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 43,6 @@ public enum NsfwLevel
/// <summary>
/// Indicates a server's content is age-gated.
/// </summary>
Age_Restricted = 3
AgeRestricted = 3
}
}

0 comments on commit d795b59

Please sign in to comment.