Skip to content

Commit 9e1adbd

Browse files
committed
style: correct StatusType repr
1 parent fd50796 commit 9e1adbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interactions/api/models/flags.py

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

123123

124+
<<<<<<< HEAD
124125
<<<<<<< HEAD
125126
class StatusType(str, Enum):
126127
"""
@@ -130,6 +131,11 @@ class StatusType(StrEnum):
130131
"""
131132
A string enum representing Discord status icons that a user may have.
132133
>>>>>>> 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)
133139
"""
134140

135141
ONLINE = "online"

0 commit comments

Comments
 (0)