Browse Source

Fix typo in Member.timeout docs

pull/7855/head
Willy 3 years ago
committed by GitHub
parent
commit
bc91e1667f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/member.py

2
discord/member.py

@ -942,7 +942,7 @@ class Member(discord.abc.Messageable, _UserTag):
Raises
-------
TypeError
The ``until`` parameter was the wrong type of the datetime was not timezone-aware.
The ``until`` parameter was the wrong type or the datetime was not timezone-aware.
"""
if until is None:

Loading…
Cancel
Save