Browse Source

Fix typo in Thread.remove_user

pull/7524/head
Stocker 3 years ago
committed by GitHub
parent
commit
e491aa84e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/threads.py

2
discord/threads.py

@ -664,7 +664,7 @@ class Thread(Messageable, Hashable):
Parameters Parameters
----------- -----------
user: :class:`abc.Snowflake` user: :class:`abc.Snowflake`
The user to add to the thread. The user to remove from the thread.
Raises Raises
------- -------

Loading…
Cancel
Save