We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StatusType
1 parent fd50796 commit 9e1adbdCopy full SHA for 9e1adbd
interactions/api/models/flags.py
@@ -121,6 +121,7 @@ class AppFlags(IntFlag):
121
GATEWAY_MESSAGE_CONTENT_LIMITED = 1 << 19
122
123
124
+<<<<<<< HEAD
125
<<<<<<< HEAD
126
class StatusType(str, Enum):
127
"""
@@ -130,6 +131,11 @@ class StatusType(StrEnum):
130
131
132
A string enum representing Discord status icons that a user may have.
133
>>>>>>> e1320ac (feat: Add localisation enum (#522))
134
+=======
135
+class StatusType(str, Enum):
136
+ """
137
+ An enumerable object representing Discord status icons that a user may have.
138
+>>>>>>> 6972ff2 (style: correct ``StatusType`` repr)
139
140
141
ONLINE = "online"
0 commit comments