From bc91e1667f24035905979b9304d064d9b818e5e3 Mon Sep 17 00:00:00 2001 From: Willy <19799671+Willy-C@users.noreply.github.com> Date: Wed, 6 Apr 2022 22:11:54 -0400 Subject: [PATCH] Fix typo in Member.timeout docs --- discord/member.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/member.py b/discord/member.py index 5d9788e68..c3b848008 100644 --- a/discord/member.py +++ b/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: