Skip to content

Commit fbc7ef2

Browse files
committed
fix: add communication_disabled_until attr to GuildMember.
1 parent e6af598 commit fbc7ef2

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
@@ -105,6 +105,7 @@ class GuildMember(DictSerializerMixin):
105105
"avatar",
106106
"joined_at",
107107
"premium_since",
108+
"communication_disabled_until", # TODO: investigate what this is.
108109
"deaf",
109110
"mute",
110111
"pending",

0 commit comments

Comments
 (0)