Skip to content

Commit ee4376c

Browse files
authored
feat: Add APPLICATION_COMMAND_BADGE to AppFlags (#1044)
1 parent ae31788 commit ee4376c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/api/models/flags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class AppFlags(IntFlag):
172172
EMBEDDED = 1 << 17
173173
GATEWAY_MESSAGE_CONTENT = 1 << 18
174174
GATEWAY_MESSAGE_CONTENT_LIMITED = 1 << 19
175+
APPLICATION_COMMAND_BADGE = 1 << 23
175176

176177

177178
class StatusType(str, Enum):

0 commit comments

Comments
 (0)