Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia committed Oct 10, 2024
1 parent 0b0497f commit d3cb3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/models/guild/member.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class MemberFlags extends Flags<MemberFlags> {
static const automodQuarantinedUsername = Flag<MemberFlags>.fromOffset(7);

// 1 << 8 is AUTOMOD_QUARANTINED_BIO but it's undocumented and deprecated

/// Member has dismissed the DM settings upsell
static const dmSettingsUpsellAcknowledged = Flag<MemberFlags>.fromOffset(9);

Expand Down

0 comments on commit d3cb3cb

Please sign in to comment.