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.
2 parents b2c1bad + 78c5402 commit 2afad6fCopy full SHA for 2afad6f
interactions/api/models/flags.py
@@ -121,9 +121,21 @@ class AppFlags(IntFlag):
121
GATEWAY_MESSAGE_CONTENT_LIMITED = 1 << 19
122
123
124
+<<<<<<< HEAD
125
126
class StatusType(str, Enum):
127
"""
128
An enumerable object representing Discord status icons that a user may have.
129
+=======
130
+class StatusType(StrEnum):
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