Skip to content

Commit 2afad6f

Browse files
authored
Merge branch 'unstable' into stable
2 parents b2c1bad + 78c5402 commit 2afad6f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

interactions/api/models/flags.py

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

123123

124+
<<<<<<< HEAD
125+
<<<<<<< HEAD
124126
class StatusType(str, Enum):
125127
"""
126128
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)
127139
"""
128140

129141
ONLINE = "online"

0 commit comments

Comments
 (0)