Skip to content

Commit ba46278

Browse files
authored
Merge branch 'unstable' into stable
2 parents 2afad6f + 5f1b5cb commit ba46278

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

interactions/api/models/flags.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,9 @@ class AppFlags(IntFlag):
121121
GATEWAY_MESSAGE_CONTENT_LIMITED = 1 << 19
122122

123123

124-
<<<<<<< HEAD
125-
<<<<<<< HEAD
126124
class StatusType(str, Enum):
127125
"""
128126
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)
139127
"""
140128

141129
ONLINE = "online"

0 commit comments

Comments
 (0)