Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
feat: add active developer flag (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls committed Nov 14, 2022
1 parent 9122ffd commit f0a2048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions naff/models/discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ class UserFlags(DiscordIntFlag): # type: ignore
"""A user who is suspected of spamming"""
DISABLE_PREMIUM = 1 << 21
"""Nitro features disabled for this user. Only used by Discord Staff for testing"""
ACTIVE_DEVELOPER = 1 << 22
"""This user is an active developer"""

# Shortcuts/grouping/aliases
HYPESQUAD = HOUSE_BRAVERY | HOUSE_BRILLIANCE | HOUSE_BALANCE
Expand Down

0 comments on commit f0a2048

Please sign in to comment.