diff options
Diffstat (limited to 'discord/threads.py')
| -rw-r--r-- | discord/threads.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/threads.py b/discord/threads.py index d1a89d83..682e56dd 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -188,6 +188,8 @@ class Thread(Messageable, Hashable): except KeyError: pass + self.slowmode_delay = data.get('rate_limit_per_user', 0) + try: self._unroll_metadata(data['thread_metadata']) except KeyError: |