Willy
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|