Fix typo in Thread.remove_user

This commit is contained in:
Stocker 2022-03-05 23:17:37 -05:00 committed by GitHub
parent 9cdb66fbf8
commit e491aa84e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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