Skip to content

Commit

Permalink
Add INVITES_DISABLED guild feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Sep 11, 2022
1 parent 58e2dd7 commit c4d85be
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ public enum GuildFeature
/// </summary>
Featurable,

/// <summary>
/// The guild has paused invites, preventing new users from joining.
/// </summary>
InvitesDisabled,

/// <summary>
/// The guild has access to set an invite splash background.
/// </summary>
Expand Down

0 comments on commit c4d85be

Please sign in to comment.