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.
1 parent 78c5402 commit 5f1b5cbCopy full SHA for 5f1b5cb
interactions/api/models/flags.py
@@ -121,21 +121,9 @@ 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