Skip to content

Commit 29f09cd

Browse files
committed
fix: missing hoisted_role attr in GuildMember.
1 parent 5b8e52b commit 29f09cd

File tree

1 file changed

+1
-0
lines changed
  • interactions/api/models

1 file changed

+1
-0
lines changed

interactions/api/models/gw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class GuildMember(DictSerializerMixin):
108108
"deaf",
109109
"mute",
110110
"pending",
111+
"hoisted_role", # TODO: investigate what this is.
111112
)
112113

113114
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)