Skip to content

Commit c334794

Browse files
committed
fix: missing attrs for PresenceActivity and Application.
1 parent 7bd3373 commit c334794

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

interactions/api/models/presence.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ class PresenceActivity(DictSerializerMixin):
115115
"instance",
116116
"flags",
117117
"buttons",
118+
# TODO: document/investigate what these do.
119+
"users",
120+
"status",
121+
"client_status",
122+
"activities",
118123
)
119124

120125
def __init__(self, **kwargs):

interactions/api/models/team.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class Application(DictSerializerMixin):
100100
"flags",
101101
"type",
102102
"hook",
103+
"tags", # TODO: document/investigate what it does.
103104
)
104105

105106
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)