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 cd55244 commit fd50796Copy full SHA for fd50796
interactions/api/models/flags.py
@@ -121,9 +121,15 @@ class AppFlags(IntFlag):
121
GATEWAY_MESSAGE_CONTENT_LIMITED = 1 << 19
122
123
124
+<<<<<<< HEAD
125
class StatusType(str, Enum):
126
"""
127
An enumerable object representing Discord status icons that a user may have.
128
+=======
129
+class StatusType(StrEnum):
130
+ """
131
+ A string enum representing Discord status icons that a user may have.
132
+>>>>>>> e1320ac (feat: Add localisation enum (#522))
133
134
135
ONLINE = "online"
interactions/enums.py
@@ -1,4 +1,4 @@
1
-from enum import Enum, IntEnum
+from enum import IntEnum, StrEnum
2
3
4
class ApplicationCommandType(IntEnum):
0 commit comments